Fedora-WS-Update-2.7.5

This commit is contained in:
Tyleo Dv. Delaware 2025-02-26 16:44:47 +00:00
parent 0d3b96295f
commit 1c7ec02062

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
ver="2.7.3_fedora_git.tyleo.dev"
ver="2.7.5_fedora_git.tyleo.dev"
Arg1=$1
@ -36,9 +36,9 @@ inject-wlcm-reg() {
sudo chmod +x /etc/profile.d/wlcm.sh
}
replace_dolphin(){
install_nautilus(){
sudo dnf makecache
sudo dnf remove -y dolphin
sudo dnf install -y dolphin
sudo dnf install -y nautilus
}
@ -69,13 +69,16 @@ 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.ppsspp.PPSSPP \
net.shadps4.shadPS4 \
net.rpcs3.RPCS3 \
net.pcsx2.PCSX2 \
org.duckstation.DuckStation \
com.github.Rosalie241.RMG \
org.DolphinEmu.dolphin-emu \
net.kuribo64.melonDS \
io.mgba.mGBA \
org.ppsspp.PPSSPP \
net.pcsx2.PCSX2 \
org.duckstation.DuckStation \
io.github.ryubing.Ryujinx \
app.xemu.xemu \
com.snes9x.Snes9x \
org.purei.Play \
@ -671,7 +674,7 @@ if [[ $choice = A ]]; then
update-system-hostname
update-system-packages
update-personnal-packages
replace_dolphin
install_nautilus
setup_netdata
install-vpn-client
update-flatpak-packages
@ -868,7 +871,7 @@ if [[ $choice = 1 ]]; then
enable-cmd-mode
update-system-packages
update-personnal-packages
replace_dolphin
install_nautilus
setup_netdata
disable-cmd-mode
wait-for-keypress