diff --git a/install.sh b/install.sh index 0d2c840..b24f34b 100755 --- a/install.sh +++ b/install.sh @@ -146,7 +146,7 @@ main() { while getopts 'hny' opt; do case "$opt" in n) # dry run - cmd=echo + cmd='echo' echo "${yellow}Performing dry run (no changes will be made).${sgr0}" echo ;;