Update-Fedora-WS-AddBgGames
This commit is contained in:
parent
582fc61849
commit
7af790a4ec
1 changed files with 11 additions and 2 deletions
|
@ -25,6 +25,16 @@ sudo dnf in switchdesk switchdesk-gui go ruby subfinder engrampa flatpak nmap nm
|
||||||
sudo dnf up switchdesk switchdesk-gui go ruby subfinder engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
sudo dnf up switchdesk switchdesk-gui go ruby subfinder engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update-flatpak-games-bigs-packages() {
|
||||||
|
if [ -x /usr/bin/flatpak ]; then
|
||||||
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo >>/dev/null
|
||||||
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo >>/dev/null
|
||||||
|
sudo flatpak install flathub -y \
|
||||||
|
org.speed_dreams.SpeedDreams \
|
||||||
|
info.urbanterror.UrbanTerror
|
||||||
|
sudo flatpak update -y
|
||||||
|
}
|
||||||
|
|
||||||
update-flatpak-games-packages() {
|
update-flatpak-games-packages() {
|
||||||
if [ -x /usr/bin/flatpak ]; then
|
if [ -x /usr/bin/flatpak ]; then
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo >>/dev/null
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo >>/dev/null
|
||||||
|
@ -39,7 +49,6 @@ org.kartkrew.RingRacers \
|
||||||
com.github.Anuken.Mindustry \
|
com.github.Anuken.Mindustry \
|
||||||
org.srb2.SRB2Kart \
|
org.srb2.SRB2Kart \
|
||||||
net.sourceforge.ExtremeTuxRacer \
|
net.sourceforge.ExtremeTuxRacer \
|
||||||
org.speed_dreams.SpeedDreams \
|
|
||||||
io.sourceforge.trigger_rally.TriggerRally \
|
io.sourceforge.trigger_rally.TriggerRally \
|
||||||
net.sourceforge.torcs \
|
net.sourceforge.torcs \
|
||||||
dev.tchx84.Gameeky \
|
dev.tchx84.Gameeky \
|
||||||
|
@ -47,7 +56,6 @@ com.github.juzzlin.DustRacing2D \
|
||||||
com.simutrans.Simutrans \
|
com.simutrans.Simutrans \
|
||||||
ca.victorz.acr.AssaultCubeReloaded \
|
ca.victorz.acr.AssaultCubeReloaded \
|
||||||
com.adilhanney.ricochlime \
|
com.adilhanney.ricochlime \
|
||||||
info.urbanterror.UrbanTerror \
|
|
||||||
io.sourceforge.YSoccer \
|
io.sourceforge.YSoccer \
|
||||||
io.thp.numptyphysics \
|
io.thp.numptyphysics \
|
||||||
de.blobbyvolley.BlobbyVolley2
|
de.blobbyvolley.BlobbyVolley2
|
||||||
|
@ -440,6 +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 |
|
||||||
| |
|
| |
|
||||||
|$BRed R. Reboot System $BGreen |
|
|$BRed R. Reboot System $BGreen |
|
||||||
|$BRed Q. Exit Deployer $BGreen |
|
|$BRed Q. Exit Deployer $BGreen |
|
||||||
|
|
Loading…
Add table
Reference in a new issue