mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
various: Once again hide kernel. Related to #46
This commit is contained in:
4
pfetch
4
pfetch
@@ -216,9 +216,7 @@ get_kernel() {
|
|||||||
case $os in
|
case $os in
|
||||||
# Don't print kernel output on some systems as the
|
# Don't print kernel output on some systems as the
|
||||||
# OS name includes it.
|
# OS name includes it.
|
||||||
*BSD*|Haiku|Minix)
|
*BSD*|Haiku|Minix) ;;
|
||||||
log kernel "?"
|
|
||||||
;;
|
|
||||||
|
|
||||||
IRIX)
|
IRIX)
|
||||||
kernel=$(uname -vR)
|
kernel=$(uname -vR)
|
||||||
|
|||||||
Reference in New Issue
Block a user