lmao whoopsie

This commit is contained in:
swagg boi 2023-09-02 23:45:25 -04:00
parent 3c2cb178a5
commit 2fe2884651

View file

@ -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