:-'Generic Commit'
This commit is contained in:
parent
68891bf1b5
commit
f318d3c21b
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user