mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 08:41:39 +00:00
Add support for Void Linux
This commit is contained in:
2
fetch.sh
2
fetch.sh
@@ -152,6 +152,8 @@ uptime=$(uptime -p)
|
||||
# (Link is at the top)
|
||||
getpackages () {
|
||||
case $os in
|
||||
'void') \
|
||||
packages=$(xbps-query -l | wc -l) ;;
|
||||
'Arch Linux'|'Parabola GNU/Linux-libre'|'Manjaro'|'Antergos') \
|
||||
packages=$(pacman -Q | wc -l) ;;
|
||||
'Ubuntu'|'Mint'|'Debian'|'Kali Linux'|'Deepin Linux') \
|
||||
|
Reference in New Issue
Block a user