wine repo add fixed + fct installPackageDpkg fixed (dep) + ..

This commit is contained in:
Francois B 2018-03-25 22:00:32 +02:00
parent 71b0b6e0ed
commit 7136001eff
4 changed files with 20 additions and 9 deletions

View file

@ -162,6 +162,14 @@ function installGamesMenu () {
# Steam (Menu only, due to licence agreement)
#
function installSteamMenu () {
rundCmd "echo steam steam/purge note | sudo debconf-set-selections" \
"accepting steam licence"
rundCmd "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" \
"accepting steam licence 3/3"
installPackage apt steam
}