lmao whoopsie
This commit is contained in:
parent
3c2cb178a5
commit
2fe2884651
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue