[Updated] geuphoria.sh: fixed missing new character escape
This commit is contained in:
parent
b4214127b5
commit
42efcad11a
@ -41,7 +41,7 @@ check_deps(){
|
|||||||
get_path=$(which curl)
|
get_path=$(which curl)
|
||||||
|
|
||||||
if [ ! ${get_path} ];then
|
if [ ! ${get_path} ];then
|
||||||
printf "Please install: ${deps}"
|
printf "Please install: ${deps}\n"
|
||||||
exit 0;
|
exit 0;
|
||||||
else
|
else
|
||||||
printf "Deps passed checks..moving on\n"
|
printf "Deps passed checks..moving on\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user