mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Fix missing sudo
This commit is contained in:
parent
f61000ddfb
commit
b1663c5602
|
@ -79,8 +79,8 @@ install_additional_dependencies() {
|
|||
# Install software-properties-common to be able to add repos
|
||||
sudo apt-get install -y software-properties-common
|
||||
# Add repos necessary for installing steam
|
||||
apt-add-repository contrib -y
|
||||
apt-add-repository non-free -y
|
||||
sudo apt-add-repository contrib -y
|
||||
sudo apt-add-repository non-free -y
|
||||
#Install steam
|
||||
sudo apt-get install steam-installer -y
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user