Update fedora stuff
This commit is contained in:
parent
a14e863b2e
commit
b6f920878c
6 changed files with 12 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue