From b4e56a85cc722e3e0a5fe08c613e8f3b3820dbb0 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 23 May 2025 21:13:37 +0200 Subject: [PATCH] wip --- dream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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