From 1390a5d0bad44547bbae05054bd492b851f889c6 Mon Sep 17 00:00:00 2001 From: Chevek Date: Sun, 13 Mar 2022 12:59:52 +0100 Subject: [PATCH] 0.5-alpha: Hotfix for Yuzu et xemu installation --- CHANGELOG | 3 +++ gaming-flatpak.sh | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4084fda..9271457 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.5-alpha +* Hotfix for Yuzu et xemu installation + 0.4-alpha * added more emulators: Yuzu, xemu, GNOME Games (with PicoDrive). * Removed some emulators as they are included in GNOME Games: Dolphin & DeSmuME. diff --git a/gaming-flatpak.sh b/gaming-flatpak.sh index 5e28484..8436233 100755 --- a/gaming-flatpak.sh +++ b/gaming-flatpak.sh @@ -8,7 +8,7 @@ #You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. ############################################################################################ # Initialize variables -GAMING_FLATPAK_VERSION=0.4 +GAMING_FLATPAK_VERSION=0.5 # Commands to install FLATPAKS="# This is where you put the Flatpaks commands to install softwares and their descriptions in various langages: @@ -132,7 +132,7 @@ url:https://flathub.org/apps/details/org.yuzu_emu.yuzu fr:Émulateur Nintendo Switch. en:Nintendo Switch emulator security:[✓] -flatpak install flathub org.yuzu_emu.yuzu +flatpak install --assumeyes --noninteractive flathub org.yuzu_emu.yuzu # xemu name:xemu @@ -140,7 +140,7 @@ url:https://flathub.org/apps/details/app.xemu.xemu fr:Émulateur Xbox. en:Xbox Emulator. security:[✓] -flatpak install flathub app.xemu.xemu +flatpak install --assumeyes --noninteractive flathub app.xemu.xemu # GNOME Games name:GNOME Games