taz: fixed compression level, dpkgs: typo

This commit is contained in:
2022-11-21 16:13:28 +01:00
parent 21c12865f5
commit e980198c08
5 changed files with 14 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ dpkgs ()
if [[ $(command -v dpkg >/dev/null 2>&1) ]]; then
dpkg -l | grep $pkg
elif [[ $(command -v dpkg >/dev/null 2>&1) ]]; then
elif [[ $(command -v rpm >/dev/null 2>&1) ]]; then
rpm -qa | grep $pkg
else
disp E "No usable package manager seems unavialable."