Distro [GuixSD]: Add version and shorthand option

This commit is contained in:
Muhammad Herdiansyah 2017-05-18 21:38:07 +07:00
parent 39cb924790
commit 8f7b330bf7
1 changed files with 4 additions and 1 deletions

View File

@ -91,7 +91,10 @@ get_distro() {
distro="$(lsb_release $lsb_flags)"
elif type -p guix >/dev/null; then
distro="GuixSD"
case "$distro_shorthand" in
"on" | "tiny") distro="GuixSD" ;;
*) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')"
esac
elif type -p crux >/dev/null; then
distro="$(crux)"