Skip to content

Commit 87128b4

Browse files
author
alberto-lerdo
committed
comments
1 parent ed2f555 commit 87128b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
43
SLEEP_SCRIPTS_DIR=~/.sleepscripts
54
LAUNCH_AGENTS_PATH=~/Library/LaunchAgents/
65
KBOS_PLIST_PATH=~/Library/LaunchAgents/sleepwatch_bluetooth.plist
76

7+
# Caputre arguments if any
88
while test $# -gt 0; do
99
case "$1" in
1010
-h|--help)
@@ -51,7 +51,6 @@ while test $# -gt 0; do
5151
fi
5252
echo "* To uninstall Blueutil and Sleepwatcher, please visit https://docs.brew.sh/FAQ#how-do-i-uninstall-a-formula"
5353
echo "KBOS has successfully been uninstalled 🙅🏽‍♂️"
54-
5554
;;
5655
*)
5756
echo "${1} is an unknown argument."
@@ -61,6 +60,7 @@ while test $# -gt 0; do
6160
exit 0;
6261
done
6362

63+
# Install KBOS
6464
echo "***************************"
6565
echo "Checking for prerequisites"
6666
echo "***************************"

0 commit comments

Comments
 (0)