chore(default-flatpaks): Obtain flatpak list of apps without runtimes (#142)
Since runtimes are not supported in our module, we don't need them in a flatpak list inside binaries.
This commit is contained in:
parent
2157b7eb5e
commit
fec6a76116
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ else
|
|||
fi
|
||||
|
||||
# Installed flatpaks
|
||||
FLATPAK_LIST=$(flatpak list --system --columns=application)
|
||||
FLATPAK_LIST=$(flatpak list --system --app --columns=application)
|
||||
|
||||
# Flatpak list files
|
||||
INSTALL_LIST_FILE="/usr/share/bluebuild/default-flatpaks/system/install"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ else
|
|||
fi
|
||||
|
||||
# Installed flatpaks
|
||||
FLATPAK_LIST=$(flatpak list --user --columns=application)
|
||||
FLATPAK_LIST=$(flatpak list --user --app --columns=application)
|
||||
|
||||
# Flatpak list files
|
||||
INSTALL_LIST_FILE="/usr/share/bluebuild/default-flatpaks/user/install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue