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