From 1c7ec0206242e74cce67faee98bc4961537760af Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Wed, 26 Feb 2025 16:44:47 +0000 Subject: [PATCH] Fedora-WS-Update-2.7.5 --- setup/fedora | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/setup/fedora b/setup/fedora index edbd557..8b5143e 100755 --- a/setup/fedora +++ b/setup/fedora @@ -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