aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall10
1 files changed, 0 insertions, 10 deletions
diff --git a/install b/install
index fc44fdc..9f71b27 100755
--- a/install
+++ b/install
@@ -110,17 +110,7 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst config/mpd/ ~/.config/mpd
fi
-read -p "Install Mopidy configuration? (Y/n) "
-if [[ $REPLY =~ ^[Yy]?$ ]]; then
- inst config/mopidy/ ~/.config/mopidy
-fi
-
read -p "Install backup script? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst local/bin/system-backup ~/.local/bin/system-backup
fi
-
-read -p "Install Eagle CAD configuration? (Y/n) "
-if [[ $REPLY =~ ^[Yy]?$ ]]; then
- inst eaglerc ~/.eaglerc
-fi