Skip to content

Commit

Permalink
fix flatpak install
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 20, 2023
1 parent 704c1fc commit 8909aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-files/layout/opt/prolinux-setup/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ fi
chmod 4755 /usr/bin/bwrap

# offline install of flathub for default user
su - user -c "flatpak remote-add --if-not-exists --collection-id=org.flathub.Stable --gpg-import /opt/flatpak/flathub.gpg --user flathub /opt/flatpak/flathub.flatpakrepo"
cp /opt/flatpak/flathub.trustedkeys.gpg ~/.local/share/flatpak/repo/flathub.trustedkeys.gpg
su - user -c "flatpak remote-add --if-not-exists --collection-id=org.flathub.Stable --gpg-import /opt/flatpak/flathub.gpg --user flathub /opt/flatpak/flathub.flatpakrepo"
killall pbsplash

0 comments on commit 8909aec

Please sign in to comment.