This commit is contained in:
zenobit 2024-03-29 16:23:58 +01:00 committed by GitHub
parent be05f6984d
commit 811ec5d2d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2070,7 +2070,7 @@ get_packages() {
has pipx && tot pipx list --short has pipx && tot pipx list --short
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs" has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"
has npm && pkgs_h=1 tot npm list -g --depth=0 has npm && pkgs_h=1 tot npm list -g --depth=0
has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"a has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"
# OS-specific package managers. # OS-specific package managers.
case $os in case $os in