Skip to content

Commit

Permalink
fix: disable system flathub (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Oct 2, 2023
1 parent 2d2cee6 commit a59643e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/bin/ublue-system-flatpak-manager
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ if grep -qz 'fedora' <<< $(flatpak remotes); then
done
fi

# Disable the system variant of the flathub repo
flatpak remote-modify flathub --disable --system

mkdir -p /etc/ublue
echo $VER > $VER_FILE

0 comments on commit a59643e

Please sign in to comment.