remove apt in favour of neofetch's dpkg command (#20)

This commit is contained in:
Madeleine 2022-07-13 09:26:20 +01:00 committed by GitHub
parent 02cb0c50c7
commit 9ed33d7ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,7 @@ commands = [
"pacman -Qq --color never", # Arch Linux "pacman -Qq --color never", # Arch Linux
"xbps-query -l", # Void Linux "xbps-query -l", # Void Linux
"kiss l", # KISS Linux "kiss l", # KISS Linux
"apt list --installed", # Debian, Ubuntu, Mint "dpkg-query -f '.\n' -W", # Debian, Ubuntu, Mint
"dpkg -l", # Debian, Ubuntu, Mint
"dnf list installed", # Fedora "dnf list installed", # Fedora
"zypper search -i", # openSUSE "zypper search -i", # openSUSE
"rpm -qa", # RHEL, Fedora Core, CentOS "rpm -qa", # RHEL, Fedora Core, CentOS