diff --git a/deb_bugger.sh b/deb_bugger.sh index 5ae15d6..8f3b24e 100755 --- a/deb_bugger.sh +++ b/deb_bugger.sh @@ -90,7 +90,7 @@ if [ -d /var/log/journal ]; then fi # Firmware (if available) -if apt-get -s install firmware-linux-nonfree 2>&1 > /dev/null; then +if apt-get -s install firmware-linux-nonfree > /dev/null 2>&1; then apt-get -y install firmware-linux-nonfree fi @@ -150,7 +150,7 @@ fi # Steam (if available) (cd /tmp # I can't do a simulated install due to the multilib requirement - if apt-get download steam-installer 2>&1 > /dev/null; then + if apt-get download steam-installer > /dev/null 2>&1; then dpkg --add-architecture i386 apt-get update apt-file update