Remove wrong if
This commit is contained in:
parent
b7269f85ce
commit
5097fef19b
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue