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 sed -i -e 's/magenta/blue/g' /etc/newt/palette
if [ "$1" != "-l" ]; then if [ "$1" != "-l" ]; then
echo "Normal mode"
PKGM="debconf-apt-progress -- apt" PKGM="debconf-apt-progress -- apt"
OUTPUT='/dev/null' OUTPUT='/dev/null'
IMODE=n IMODE=n
fi fi
if [ "$1" = "-l" ]; then if [ "$1" = "-l" ]; then
echo "Legacy mode";
PKGM="apt" PKGM="apt"
OUTPUT='/dev/tty' OUTPUT='/dev/tty'
IMODE=l IMODE=l