:-'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
apk info | grep -q "^$1$"
else
dpkg -l "$1" 2>/dev/null
dpkg -l "$1"
fi
}
function install_packages() {