From 8ba079ecd4e2a41edd87542ba10683a14aac59be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 1 Sep 2016 19:03:26 +0200 Subject: Clean install script --- install | 10 ---------- 1 file changed, 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 -- cgit v1.2.3