Improve detect NixOS version
This commit is contained in:
@@ -999,6 +999,13 @@ get_distro() {
|
|||||||
*) distro="OS Elbrus $(< /etc/mcst_version)"
|
*) distro="OS Elbrus $(< /etc/mcst_version)"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
elif [[ -f /etc/NIXOS ]]; then
|
||||||
|
case $distro_shorthand in
|
||||||
|
on) distro="NixOS $(nixos-version | awk '{print substr($1,0,5),$2}')" ;;
|
||||||
|
tiny) distro="NixOS" ;;
|
||||||
|
*) distro="NixOS $(nixos-version)" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
elif type -p pveversion >/dev/null; then
|
elif type -p pveversion >/dev/null; then
|
||||||
case $distro_shorthand in
|
case $distro_shorthand in
|
||||||
on|tiny) distro="Proxmox VE" ;;
|
on|tiny) distro="Proxmox VE" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user