From 1fbad16e77f8cdc87488c8c9fdfe000447ed2d9d Mon Sep 17 00:00:00 2001 From: bprieshof Date: Sun, 15 Sep 2019 20:00:14 +0200 Subject: [PATCH] PKGM="apt" was defined twice --- installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer.sh b/installer.sh index 37295fd..79fcb21 100644 --- a/installer.sh +++ b/installer.sh @@ -6,7 +6,6 @@ # Menu # ##----------## sed -i -e 's/magenta/blue/g' /etc/newt/palette -PKGM="apt" if [ "$1" != "-l" ]; then echo "Normal mode" PKGM="debconf-apt-progress -- apt"