Merge branch 'master' of github.com:dylanaraps/pfetch
This commit is contained in:
commit
4498da8f54
4
pfetch
4
pfetch
@ -367,6 +367,10 @@ get_os() {
|
||||
distro="$distro $openbsd_ver"
|
||||
;;
|
||||
|
||||
FreeBSD)
|
||||
distro="$os $(freebsd-version)"
|
||||
;;
|
||||
|
||||
(*)
|
||||
# Catch all to ensure '$distro' is never blank.
|
||||
# This also handles the BSDs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user