Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
0.10-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Chevek committed Apr 17, 2022
1 parent ecef409 commit 7a5069b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions gaming-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a5069b

Please sign in to comment.