Skip to content

Commit 566a7ba

Browse files
committed
fix build issue 7.0
1 parent b64d4d1 commit 566a7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatpak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ! command -v convert &> /dev/null; then
1818
fi
1919

2020
if ! flatpak remotes | grep -q flathub; then
21-
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || true
21+
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || true
2222
fi
2323

2424
if ! flatpak info org.freedesktop.Platform//23.08 &> /dev/null; then

0 commit comments

Comments
 (0)