We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b032ca5 commit 397e170Copy full SHA for 397e170
system_files/desktop/usr/bin/ublue-flatpak-system-install
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-cat /etc/flatpaks | while read line; do
+cat /etc/flatpak/install | while read line; do
4
flatpak install --system --noninteractive --no-pull flathub $line
5
done && mv /etc/flatpak/install /etc/flatpak/installed
0 commit comments