Stable branch #2

Merged
Ark74 merged 34 commits from stable-branch into master 2020-04-11 19:22:27 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 5097fef19b - Show all commits

View File

@ -33,7 +33,6 @@ fi
if [ $DIST = etiona ]; then
DIST="bionic"
fi
if
install_ifnot() {
if [ "$(dpkg-query -W -f='${Status}' $1 2>/dev/null | grep -c "ok installed")" == "1" ]; then
echo " $1 is installed, skipping..."