From fe151fa15fa87dbf263fc46d14a1f00080ed8026 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 00:45:12 +0200 Subject: [PATCH] wip --- dream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.sh b/dream.sh index 124450b..338a462 100644 --- a/dream.sh +++ b/dream.sh @@ -170,7 +170,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