steam moved in separate menu entry
This commit is contained in:
parent
84da95cb8d
commit
c6d3a9904a
3 changed files with 11 additions and 1 deletions
|
@ -166,6 +166,13 @@ function installGamesMenu () {
|
|||
installAppsFromListMenu games
|
||||
}
|
||||
|
||||
#
|
||||
# Steam (Menu only, due to licence agreement)
|
||||
#
|
||||
function installSteamMenu () {
|
||||
installPackage apt steam
|
||||
}
|
||||
|
||||
#
|
||||
# install Burning Apps (headless)
|
||||
#
|
||||
|
|
|
@ -305,6 +305,7 @@ function showAppInstallMenu () {
|
|||
"internet" "Internet Apps" \
|
||||
"utilities" "Misc Utilities" \
|
||||
"games" "Games & tools" \
|
||||
"steam" "Steam" \
|
||||
"burningtools" "Disc Burning and tools" \
|
||||
"nettools" "Network tools" \
|
||||
"cajaplugins" "Caja Plugins" \
|
||||
|
@ -336,6 +337,9 @@ function showAppInstallMenu () {
|
|||
"games")
|
||||
installGamesMenu
|
||||
;;
|
||||
"steam")
|
||||
installSteamMenu
|
||||
;;
|
||||
"burningtools")
|
||||
installBurningToolsMenu
|
||||
;;
|
||||
|
|
|
@ -190,7 +190,6 @@ PyOpenGL;pip;python;PyOpenGL
|
|||
tweepy;pip;python;tweepy
|
||||
weppy;pip;python;weppy
|
||||
py-term;pip;python;py-term
|
||||
steam;apt;games;steam
|
||||
jstest-gtk;apt;games;jstest-gtk
|
||||
brasero;apt;burningtools;brasero
|
||||
k3b;apt;burningtools;k3b
|
||||
|
|
Loading…
Reference in a new issue