Fedora-WS_Update_Emulators
This commit is contained in:
parent
3bce04704d
commit
8dd4b8738d
1 changed files with 13 additions and 1 deletions
|
@ -40,7 +40,19 @@ 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
|
||||||
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 \
|
sudo flatpak install flathub -y \
|
||||||
com.github.Rosalie241.RMG
|
com.github.Rosalie241.RMG \
|
||||||
|
org.DolphinEmu.dolphin-emu \
|
||||||
|
net.kuribo64.melonDS \
|
||||||
|
io.mgba.mGBA \
|
||||||
|
org.ppsspp.PPSSPP \
|
||||||
|
net.pcsx2.PCSX2 \
|
||||||
|
org.duckstation.DuckStation \
|
||||||
|
app.xemu.xemu \
|
||||||
|
com.snes9x.Snes9x \
|
||||||
|
org.purei.Play \
|
||||||
|
org.mamedev.MAME \
|
||||||
|
io.github.sameboy.SameBoy \
|
||||||
|
com.vba_m.visualboyadvance-m
|
||||||
sudo flatpak update -y
|
sudo flatpak update -y
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue