:-'Generic Commit'

This commit is contained in:
Your Name 2025-05-30 00:12:15 +12:00
parent 68891bf1b5
commit f318d3c21b

View File

@ -57,7 +57,7 @@ is_package_installed() {
if [ "$OS" = "Alpine Linux" ]; then if [ "$OS" = "Alpine Linux" ]; then
apk info | grep -q "^$1$" apk info | grep -q "^$1$"
else else
dpkg -l "$1" 2>/dev/null dpkg -l "$1"
fi fi
} }
function install_packages() { function install_packages() {