From 7a5069bfa320529df8f7a6762632f5a5f3526878 Mon Sep 17 00:00:00 2001 From: Chevek Date: Sun, 17 Apr 2022 10:45:36 +0200 Subject: [PATCH] 0.10-alpha --- CHANGELOG | 3 +++ gaming-flatpak.sh | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cbd3702..edb320d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.10-alpah +* Fix adding flathub repo on Gentoo + 0.9-alpha * Lutris bumped dependencies on Gnome to version 42, this release fix the Lutris installation, and probably need a new run to reinstall Lutris if Lutris was already installed, and was updated to the latest version. * Changed Microsoft Edge safety comment diff --git a/gaming-flatpak.sh b/gaming-flatpak.sh index c57a4cc..af560ed 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.8 +GAMING_FLATPAK_VERSION=0.10 # Commands to install FLATPAKS="# This is where you put the Flatpaks commands to install softwares and their descriptions in various langages: @@ -23,7 +23,7 @@ FLATPAKS="# This is where you put the Flatpaks commands to install softwares and #################################### ## ## ## Gaming Profile ## -## 2022 - 03 - 19 ## +## 2022 - 03 - 27 ## ## ## #################################### profile:gaming @@ -672,7 +672,7 @@ if [[ "$ANY_ERROR" == *"Remotes found with refs similar to"* || "$ANY_ERROR" == echo "$ANY_ERROR" >> gaming-flatpak.log.txt fi -if [[ "$ANY_ERROR" == *"error: Flatpak system operation Configure not allowed for user"* || "$ANY_ERROR" == *"Flatpak system operation Deploy not allowed for user"* ]]; then +if [[ "$ANY_ERROR" == *"error: Flatpak system operation Configure not allowed for user"* || "$ANY_ERROR" == *"Flatpak system operation Deploy not allowed for user"* || "$ANY_ERROR" == *"Flatpak system operation ConfigureRemote not allowed for user"* ]]; then # We need sudo or su to perform this command! # Do we have the password yet ? if [ -z "$PASSWRD" ]; then