We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b7418 commit b64d4d1Copy full SHA for b64d4d1
flatpak.sh
@@ -17,8 +17,8 @@ if ! command -v convert &> /dev/null; then
17
sudo apt install -y imagemagick
18
fi
19
20
-if ! flatpak remotes --user | grep -q flathub; then
21
- flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+if ! flatpak remotes | grep -q flathub; then
+ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || true
22
23
24
if ! flatpak info org.freedesktop.Platform//23.08 &> /dev/null; then
0 commit comments