Skip to content

Commit

Permalink
remove apt in favour of neofetch's dpkg command (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyHoodle authored Jul 13, 2022
1 parent 02cb0c5 commit 9ed33d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"pacman -Qq --color never", # Arch Linux
"xbps-query -l", # Void Linux
"kiss l", # KISS Linux
"apt list --installed", # Debian, Ubuntu, Mint
"dpkg -l", # Debian, Ubuntu, Mint
"dpkg-query -f '.\n' -W", # Debian, Ubuntu, Mint
"dnf list installed", # Fedora
"zypper search -i", # openSUSE
"rpm -qa", # RHEL, Fedora Core, CentOS
Expand Down

0 comments on commit 9ed33d7

Please sign in to comment.