lmao whoopsie
This commit is contained in:
parent
3c2cb178a5
commit
2fe2884651
|
@ -90,7 +90,7 @@ if [ -d /var/log/journal ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Firmware (if available)
|
# 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
|
apt-get -y install firmware-linux-nonfree
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ fi
|
||||||
# Steam (if available)
|
# Steam (if available)
|
||||||
(cd /tmp
|
(cd /tmp
|
||||||
# I can't do a simulated install due to the multilib requirement
|
# 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
|
dpkg --add-architecture i386
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-file update
|
apt-file update
|
||||||
|
|
Loading…
Reference in a new issue