Merge pull request #1305 from fjallarefur/master

Rename GuixSD to Guix System
This commit is contained in:
black 2019-08-27 13:39:46 +00:00 committed by GitHub
commit 9ccd86beaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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