Skip to content

Commit 397e170

Browse files
committed
fix: Correct path to system flatpaks in install script
1 parent b032ca5 commit 397e170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
cat /etc/flatpaks | while read line; do
3+
cat /etc/flatpak/install | while read line; do
44
flatpak install --system --noninteractive --no-pull flathub $line
55
done && mv /etc/flatpak/install /etc/flatpak/installed

0 commit comments

Comments
 (0)