Commit c4af2cf4 authored by Camille's avatar Camille

Update CRUX distro name

CRUX has a binary called crux that print the distro name and the version (CRUX version 3.2 for example).
parent e2238176
...@@ -457,7 +457,7 @@ case "$os" in ...@@ -457,7 +457,7 @@ case "$os" in
distro=${distro/[[:space:]]} distro=${distro/[[:space:]]}
elif type -p crux >/dev/null 2>&1; then elif type -p crux >/dev/null 2>&1; then
distro="CRUX" distro="$(crux)"
else else
distro="$(grep -h '^NAME=' /etc/*ease)" distro="$(grep -h '^NAME=' /etc/*ease)"
......
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