We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2f555 commit 87128b4Copy full SHA for 87128b4
setup.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
-
4
SLEEP_SCRIPTS_DIR=~/.sleepscripts
5
LAUNCH_AGENTS_PATH=~/Library/LaunchAgents/
6
KBOS_PLIST_PATH=~/Library/LaunchAgents/sleepwatch_bluetooth.plist
7
+# Caputre arguments if any
8
while test $# -gt 0; do
9
case "$1" in
10
-h|--help)
@@ -51,7 +51,6 @@ while test $# -gt 0; do
51
fi
52
echo "* To uninstall Blueutil and Sleepwatcher, please visit https://docs.brew.sh/FAQ#how-do-i-uninstall-a-formula"
53
echo "KBOS has successfully been uninstalled 🙅🏽♂️"
54
55
;;
56
*)
57
echo "${1} is an unknown argument."
@@ -61,6 +60,7 @@ while test $# -gt 0; do
61
60
exit 0;
62
done
63
+# Install KBOS
64
echo "***************************"
65
echo "Checking for prerequisites"
66
0 commit comments