Unverified Commit 87de174a authored by Alva's avatar Alva

Rename GuixSD to Guix System

parent 1345c3d2
...@@ -925,8 +925,8 @@ get_distro() { ...@@ -925,8 +925,8 @@ get_distro() {
elif type -p guix >/dev/null; then elif type -p guix >/dev/null; then
case "$distro_shorthand" in case "$distro_shorthand" in
"on" | "tiny") distro="GuixSD" ;; "on" | "tiny") distro="Guix System" ;;
*) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')" *) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')"
esac esac
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment