Rename GuixSD to Guix System

This commit is contained in:
Alva 2019-08-27 15:25:28 +02:00
parent 1345c3d268
commit 87de174aef
No known key found for this signature in database
GPG key ID: F53E323342F7A6D3

View file

@ -925,8 +925,8 @@ get_distro() {
elif type -p guix >/dev/null; then
case "$distro_shorthand" in
"on" | "tiny") distro="GuixSD" ;;
*) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')"
"on" | "tiny") distro="Guix System" ;;
*) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')"
esac
else