Cleaned echo's from Normal & Legacy

This commit is contained in:
b.waal
2020-04-23 12:46:39 +02:00
parent 1e89a83b09
commit 15e3e7f4fe

View File

@@ -6,13 +6,11 @@
sed -i -e 's/magenta/blue/g' /etc/newt/palette
if [ "$1" != "-l" ]; then
echo "Normal mode"
PKGM="debconf-apt-progress -- apt"
OUTPUT='/dev/null'
IMODE=n
fi
if [ "$1" = "-l" ]; then
echo "Legacy mode";
PKGM="apt"
OUTPUT='/dev/tty'
IMODE=l