This commit is contained in:
pika 2025-05-24 12:34:11 +02:00
parent 74b2375cb1
commit ad09057d89

View file

@ -189,6 +189,7 @@ check_env() {
pen blue "Testing your access.."
$_sudo echo "${GREEN}${BOLD}Aye, it works!${NC}"
line
line
else
echo-error "No sudo found and you're not root! Can't install packages."
return 69
@ -481,6 +482,7 @@ dist_setup() {
fi
pen bold grey "Arch without the $(pen bold red AUR).."
pen bold green "No worries, gonna fix this later.."
line
;;
alpine)
repen bold "Found $(pen blue bold $distro)"
@ -548,11 +550,11 @@ update-package-list() {
echo-error "${err:-}"
fi
if command-exists paru; then
check green bold "Paru is installed"
else
throw bold red "Something went wrong when installing paru!"
fi
# if command-exists paru; then
# check green bold "Paru is installed"
# else
# throw bold red "Something went wrong when installing paru!"
# fi
fi
fi