fix small bug in install steam fct
This commit is contained in:
parent
04caca6abd
commit
ba6abe317d
1 changed files with 3 additions and 3 deletions
|
@ -162,13 +162,13 @@ function installGamesMenu () {
|
|||
# Steam (Menu only, due to licence agreement)
|
||||
#
|
||||
function installSteamMenu () {
|
||||
rundCmd "echo steam steam/purge note | sudo debconf-set-selections" \
|
||||
runCmd "echo steam steam/purge note | sudo debconf-set-selections" \
|
||||
"accepting steam licence"
|
||||
|
||||
rundCmd "echo steam steam/license note | sudo debconf-set-selections" \
|
||||
runCmd "echo steam steam/license note | sudo debconf-set-selections" \
|
||||
"accepting steam licence 2/3"
|
||||
|
||||
rundCmd "echo steam steam/question select I AGREE | sudo debconf-set-selections" \
|
||||
runCmd "echo steam steam/question select I AGREE | sudo debconf-set-selections" \
|
||||
"accepting steam licence 3/3"
|
||||
installPackage apt steam
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue