aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-12-06 19:42:01 +0100
committerKarel Kočí <cynerd@email.cz>2022-12-06 19:51:00 +0100
commit626d5f95485e5a7c1ec76a4696cc92ca03bb4018 (patch)
treef65588d0451ddacd74c7461858289e1252403c22 /install
parentbaa327a39145e5614b36085676770e34e178a758 (diff)
downloadmyconfigs-626d5f95485e5a7c1ec76a4696cc92ca03bb4018.tar.gz
myconfigs-626d5f95485e5a7c1ec76a4696cc92ca03bb4018.tar.bz2
myconfigs-626d5f95485e5a7c1ec76a4696cc92ca03bb4018.zip
Add wake script for both desktops
Diffstat (limited to 'install')
-rwxr-xr-xinstall7
1 files changed, 5 insertions, 2 deletions
diff --git a/install b/install
index 0af5716..f8bc34b 100755
--- a/install
+++ b/install
@@ -122,6 +122,9 @@ if ask "elektroline" "Install Elektroline scripts"; then
inst local/bin/elektroline00 ~/.local/bin/elektroline00
fi
-if ask "wake-desktop" "Install wake-desktop"; then
- inst local/bin/wake-desktop ~/.local/bin/wake-desktop
+if ask "wake" "Install wake-* scripts"; then
+ [ "$(hostname)" = "ridcully" ] || \
+ inst local/bin/wake-ridcully ~/.local/bin/wake-ridcully
+ [ "$(hostname)" = "errol" ] || \
+ inst local/bin/wake-errol ~/.local/bin/wake-errol
fi