diff --git a/install.sh b/install.sh index c630beb..f4e181d 100755 --- a/install.sh +++ b/install.sh @@ -310,8 +310,6 @@ steps=( ) runScript() { - clear - while getopts ':hd' flag; do case $flag in h) printf "usage: ${0##*/} [command]\n\t-h\t\t\tPrint this help message.\n\t-d\t\t\tDebug." @@ -322,6 +320,8 @@ runScript() { esac done + clear + if [ -d "$HOME/Documents" ]; then getDotfiles whiptail --title "CocoASAIS" --msgbox "All done!" 0 0