diff --git a/dream.sh b/dream.sh index 338a462..60ada48 100644 --- a/dream.sh +++ b/dream.sh @@ -170,7 +170,8 @@ check_env() { if command-exists sudo; then _sudo="sudo -E" pen blue "Testing your access.." - $_sudo $(repen bold green "Aye, it works") + line + $_sudo echo "${GREEN}${BOLD}Aye, it works!${NC}" else echo-error "No sudo found and you're not root! Can't install packages." return 69