mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
fix: Typo in bazzite-flatpak-manager
This commit is contained in:
parent
443fc8df91
commit
c1b6ce4515
@ -20,7 +20,7 @@ if grep -qz 'fedora' <<< $(flatpak remotes); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Lists of flatpaks
|
# Lists of flatpaks
|
||||||
FLATPAK_LIST=$(flatpak list --column=application)
|
FLATPAK_LIST=$(flatpak list --columns=application)
|
||||||
INSTALL_LIST=$(cat /usr/etc/flatpak/install)
|
INSTALL_LIST=$(cat /usr/etc/flatpak/install)
|
||||||
REMOVE_LIST=$(cat /usr/etc/flatpak/remove)
|
REMOVE_LIST=$(cat /usr/etc/flatpak/remove)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user