This commit is contained in:
pika 2025-05-23 21:13:37 +02:00
parent 3c3dd7d8bb
commit b4e56a85cc

View file

@ -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