diff --git a/geuphoria.sh b/geuphoria.sh index a059d6c..1f99758 100755 --- a/geuphoria.sh +++ b/geuphoria.sh @@ -41,7 +41,7 @@ check_deps(){ get_path=$(which curl) if [ ! ${get_path} ];then - printf "Please install: ${deps}" + printf "Please install: ${deps}\n" exit 0; else printf "Deps passed checks..moving on\n"