Update-Fedora-Ws-AddGamingPack
This commit is contained in:
parent
089bed81ab
commit
582fc61849
1 changed files with 55 additions and 3 deletions
|
@ -21,8 +21,38 @@ update-personnal-packages() {
|
|||
sudo dnf remove gnome-text-editor -y
|
||||
sudo dnf install gedit -y
|
||||
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
|
||||
sudo dnf in 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 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 in 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-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 \
|
||||
io.gitlab.stone_kingdoms.StoneKingdoms \
|
||||
io.openrct2.OpenRCT2 \
|
||||
uk.co.powdertoy.tpt \
|
||||
org.gnome.Sudoku \
|
||||
com.atlauncher.ATLauncher \
|
||||
org.kartkrew.RingRacers \
|
||||
com.github.Anuken.Mindustry \
|
||||
org.srb2.SRB2Kart \
|
||||
net.sourceforge.ExtremeTuxRacer \
|
||||
org.speed_dreams.SpeedDreams \
|
||||
io.sourceforge.trigger_rally.TriggerRally \
|
||||
net.sourceforge.torcs \
|
||||
dev.tchx84.Gameeky \
|
||||
com.github.juzzlin.DustRacing2D \
|
||||
com.simutrans.Simutrans \
|
||||
ca.victorz.acr.AssaultCubeReloaded \
|
||||
com.adilhanney.ricochlime \
|
||||
info.urbanterror.UrbanTerror \
|
||||
io.sourceforge.YSoccer \
|
||||
io.thp.numptyphysics \
|
||||
de.blobbyvolley.BlobbyVolley2
|
||||
sudo flatpak update -y
|
||||
fi
|
||||
}
|
||||
|
||||
update-flatpak-packages() {
|
||||
|
@ -52,7 +82,6 @@ io.github.realmazharhussain.GdmSettings \
|
|||
com.mattjakeman.ExtensionManager \
|
||||
io.gitlab.elescoute.password \
|
||||
org.dupot.easyflatpak \
|
||||
com.atlauncher.ATLauncher \
|
||||
com.konstantintutsch.Lock \
|
||||
io.github.vikdevelop.SaveDesktop \
|
||||
io.github.plrigaux.sysd-manager \
|
||||
|
@ -67,6 +96,17 @@ it.mijorus.gearlever \
|
|||
io.github.flattool.Warehouse \
|
||||
io.gitlab.adhami3310.Impression \
|
||||
com.jgraph.drawio.desktop \
|
||||
org.gabmus.swatch \
|
||||
io.github.wiiznokes.fan-control \
|
||||
io.github.fsobolev.TimeSwitch \
|
||||
ca.vlacroix.Tally \
|
||||
dev.qwery.AddWater \
|
||||
org.gnome.World.PikaBackup \
|
||||
com.gitlab.davem.ClamTk \
|
||||
com.github.alecaddd.sequeler \
|
||||
it.fabiodistasio.AntaresSQL \
|
||||
io.gitlab.elescoute.spacelaunch \
|
||||
me.iepure.devtoolbox \
|
||||
com.github.phase1geo.minder \
|
||||
ca.desrt.dconf-editor \
|
||||
page.codeberg.libre_menu_editor.LibreMenuEditor \
|
||||
|
@ -399,6 +439,7 @@ echo -e "$BGreen------------------------------------------------
|
|||
|$BBlue V. Install/Update VPN Client $BGreen |
|
||||
|$BBlue K. Install/Update Keyguard Client $BGreen |
|
||||
|$BBlue S. Install/Update Subsonic Client $BGreen |
|
||||
|$BBlue M. Install/Update Gaming Packages $BGreen |
|
||||
| |
|
||||
|$BRed R. Reboot System $BGreen |
|
||||
|$BRed Q. Exit Deployer $BGreen |
|
||||
|
@ -463,6 +504,17 @@ if [[ $choice = 2 ]]; then
|
|||
reload-script
|
||||
fi
|
||||
|
||||
if [[ $choice = M ]]; then
|
||||
title="Flatpak Updates Packages & Configuration"
|
||||
header-show
|
||||
wait-3s
|
||||
enable-cmd-mode
|
||||
update-flatpak-games-packages
|
||||
disable-cmd-mode
|
||||
wait-for-keypress
|
||||
reload-script
|
||||
fi
|
||||
|
||||
if [[ $choice = 3 ]]; then
|
||||
title="Fontpack Updates and Installation"
|
||||
header-show
|
||||
|
|
Loading…
Add table
Reference in a new issue