Update fedora stuff

This commit is contained in:
askiiart 2023-12-06 21:47:27 -06:00
parent a14e863b2e
commit b6f920878c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 12 additions and 8 deletions

View file

@ -11,7 +11,7 @@ command_exists() { type "$1" &>/dev/null; }
if command_exists "apt-get"; then
curl -LO https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb
sudo dpkg -i steam.deb
elif command_exists "yum"; then
elif command_exists "dnf"; then
sudo dnf install steam -y
elif command_exists "yay"; then
#printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n'