From 27d056025cf3ed15c495d45a192a764f6634309f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 5 Jul 2018 13:03:33 +0200 Subject: Add wake-desktop script --- install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install') diff --git a/install b/install index cc7e8c3..1433897 100755 --- a/install +++ b/install @@ -106,6 +106,10 @@ if ask "Install MPD configuration"; then inst config/mpd/ ~/.config/mpd fi +if ask "Install wake-desktop"; then + inst local/bin/wake-desktop ~/.local/bin/wake-desktop +fi + if ask "Install backup script"; then inst local/bin/system-backup ~/.local/bin/system-backup fi -- cgit v1.2.3