diff --git a/install.sh b/install.sh index b6fc803..8e00db5 100755 --- a/install.sh +++ b/install.sh @@ -46,7 +46,7 @@ platform_check() { main() { platform_check - while getopts ":qhdao:" opt; do + while getopts ":qhd:a:o:" opt; do case $opt in q) QUIET=true ;; d) DESTINATION="$OPTARG" ;;