This commit is contained in:
pika 2025-05-24 00:50:41 +02:00
parent fe151fa15f
commit 3facd6a4d9

View file

@ -170,7 +170,8 @@ check_env() {
if command-exists sudo; then if command-exists sudo; then
_sudo="sudo -E" _sudo="sudo -E"
pen blue "Testing your access.." pen blue "Testing your access.."
$_sudo $(repen bold green "Aye, it works") line
$_sudo echo "${GREEN}${BOLD}Aye, it works!${NC}"
else else
echo-error "No sudo found and you're not root! Can't install packages." echo-error "No sudo found and you're not root! Can't install packages."
return 69 return 69