@@ -289,7 +289,9 @@ snap_install() {
fi
}
apk_install() {
if type -P doas &>/dev/null; then
if type -P sudo &>/dev/null; then
sudo apk --no-cache add "$@"
elif type -P doas &>/dev/null; then
doas apk --no-cache add "$@"
else
apk --no-cache add "$@"
The note is not visible to the blocked user.