mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-09 21:25:42 +00:00
remove apt in favour of neofetch's dpkg command (#20)
This commit is contained in:
parent
02cb0c50c7
commit
9ed33d7ef0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user