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