diff options
-rwxr-xr-x | install | 4 | ||||
-rwxr-xr-x | local/bin/wake-desktop | 2 |
2 files changed, 6 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 diff --git a/local/bin/wake-desktop b/local/bin/wake-desktop new file mode 100755 index 0000000..2f84e57 --- /dev/null +++ b/local/bin/wake-desktop @@ -0,0 +1,2 @@ +#!/bin/sh +ssh turris.prg etherwake 70:85:c2:4a:59:f2 |