mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-25 21:41:02 +00:00
fix: Attempt to remove cached flatpak data regardless of whether install list exists
Even if /etc/flatpak/install stays the same, these files will change. Thus remove them regardless of whether the install list exists or not
This commit is contained in:
parent
58da79e755
commit
e6adf70539
@ -6,5 +6,5 @@ if [[ -f '/etc/flatpak/install' ]]; then
|
||||
cat /etc/flatpak/install | while read line; do
|
||||
flatpak install --system --noninteractive --no-pull flathub $line
|
||||
done && mv /etc/flatpak/install /etc/flatpak/installed
|
||||
rm -rf /etc/flatpak/{flathub,objects}
|
||||
fi
|
||||
rm -rf /etc/flatpak/{flathub,objects}
|
||||
|
Loading…
x
Reference in New Issue
Block a user