1
0
Fork 0

ajout steam_install.sh

master
lina 9 months ago
parent 17fc3ffcde
commit 4fd0224ebb

@ -0,0 +1,7 @@
#!/bin/bash
# INSTALL STEAM
sudo apt update -y
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install steam
Loading…
Cancel
Save