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 b64d4d1 commit 566a7baCopy full SHA for 566a7ba
flatpak.sh
@@ -18,7 +18,7 @@ if ! command -v convert &> /dev/null; then
18
fi
19
20
if ! flatpak remotes | grep -q flathub; then
21
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || true
+ flatpak --user 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