Merge branch 'master' of github.com:dylanaraps/pfetch

This commit is contained in:
Dylan Araps
2020-11-16 19:24:59 +02:00

4
pfetch
View File

@@ -367,6 +367,10 @@ get_os() {
distro="$distro $openbsd_ver" distro="$distro $openbsd_ver"
;; ;;
FreeBSD)
distro="$os $(freebsd-version)"
;;
(*) (*)
# Catch all to ensure '$distro' is never blank. # Catch all to ensure '$distro' is never blank.
# This also handles the BSDs. # This also handles the BSDs.