focus on your browsing
browser web-browser

set flatpak commands to run in user mode

woof.monster 502187ed baf4dcbc

verified
+2 -2
+2 -2
.tangled/workflows/build-flatpak.yml
··· 19 19 20 20 steps: 21 21 - name: "install flathub repo" 22 - command: "flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" 22 + command: "flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" 23 23 - name: "install gnome sdk and runtime" 24 - command: "flatpak install org.gnome.Sdk//49 org.gnome.Platform//49 -y" 24 + command: "flatpak install org.gnome.Sdk//49 org.gnome.Platform//49 --user -y" 25 25 - name: "build flatpak" 26 26 command: "just build-flatpak"