Add native steam installer

This commit is contained in:
2024-05-24 19:59:34 +01:00
parent 5dbfaf9be1
commit eaad35e91c
2 changed files with 9 additions and 25 deletions

9
scripts/install-steam.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
echo "Add \"contrib non-free\" to the end of each repo. Press ENTER to edit /etc/apt/sources.list."
read
sudoedit /etc/apt/sources.list
sudo dpkg --add-architecture i386
sudo nala update
sudo nala install steam