diff options
author | Karel Kočí <cynerd@email.cz> | 2018-07-05 13:03:33 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-07-05 13:03:33 +0200 |
commit | 27d056025cf3ed15c495d45a192a764f6634309f (patch) | |
tree | e95cd1353a5efaf442af1548e6bc107b0a6980e2 /install | |
parent | a0e2e998ccbb8d068b742fa5daaa90081b7d5a68 (diff) | |
download | myconfigs-27d056025cf3ed15c495d45a192a764f6634309f.tar.gz myconfigs-27d056025cf3ed15c495d45a192a764f6634309f.tar.bz2 myconfigs-27d056025cf3ed15c495d45a192a764f6634309f.zip |
Add wake-desktop script
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |