feat: AM: AppImages Manager

This commit is contained in:
zenobit
2024-02-13 23:48:16 +01:00
committed by GitHub
parent fd5ff6a821
commit d5e3b07c1c
+1
View File
@@ -2069,6 +2069,7 @@ get_packages() {
has pipx && tot pipx list --short
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"
has npm && pkgs_h=1 tot npm list -g --depth=0
has am && pac $(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)
# OS-specific package managers.
case $os in