This commit is contained in:
pika 2025-05-24 00:45:12 +02:00
parent 606172a7e7
commit fe151fa15f

View file

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