diff --git a/install_functions.sh b/install_functions.sh index 881bab4..57ae0a8 100644 --- a/install_functions.sh +++ b/install_functions.sh @@ -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 }