Update-Fedora-WS-BG+Games
This commit is contained in:
parent
7af790a4ec
commit
bfc8037264
1 changed files with 13 additions and 2 deletions
|
@ -448,7 +448,7 @@ echo -e "$BGreen------------------------------------------------
|
||||||
|$BBlue K. Install/Update Keyguard Client $BGreen |
|
|$BBlue K. Install/Update Keyguard Client $BGreen |
|
||||||
|$BBlue S. Install/Update Subsonic Client $BGreen |
|
|$BBlue S. Install/Update Subsonic Client $BGreen |
|
||||||
|$BBlue M. Install/Update Gaming Packages $BGreen |
|
|$BBlue M. Install/Update Gaming Packages $BGreen |
|
||||||
|$BBlue M. Install/Update BgGame Packages $BGreen |
|
|$BBlue B. Install/Update BgGame Packages $BGreen |
|
||||||
| |
|
| |
|
||||||
|$BRed R. Reboot System $BGreen |
|
|$BRed R. Reboot System $BGreen |
|
||||||
|$BRed Q. Exit Deployer $BGreen |
|
|$BRed Q. Exit Deployer $BGreen |
|
||||||
|
@ -514,7 +514,7 @@ if [[ $choice = 2 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $choice = M ]]; then
|
if [[ $choice = M ]]; then
|
||||||
title="Flatpak Updates Packages & Configuration"
|
title="Games - Flatpak Updates Packages & Configuration"
|
||||||
header-show
|
header-show
|
||||||
wait-3s
|
wait-3s
|
||||||
enable-cmd-mode
|
enable-cmd-mode
|
||||||
|
@ -524,6 +524,17 @@ if [[ $choice = M ]]; then
|
||||||
reload-script
|
reload-script
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $choice = B ]]; then
|
||||||
|
title="Big Games - Flatpak Updates Packages & Configuration"
|
||||||
|
header-show
|
||||||
|
wait-3s
|
||||||
|
enable-cmd-mode
|
||||||
|
update-flatpak-games-bigs-packages
|
||||||
|
disable-cmd-mode
|
||||||
|
wait-for-keypress
|
||||||
|
reload-script
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $choice = 3 ]]; then
|
if [[ $choice = 3 ]]; then
|
||||||
title="Fontpack Updates and Installation"
|
title="Fontpack Updates and Installation"
|
||||||
header-show
|
header-show
|
||||||
|
|
Loading…
Add table
Reference in a new issue