Update install-zaneyos.sh

This commit is contained in:
batvin321 2024-08-20 13:56:28 -04:00
parent 9487ebc211
commit 0437c6ae33

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
if [ -n "$(grep -i nixos < /etc/os-release)" ]; then if [ -n "$(grep -i nixos < /etc/os-release)" ]; then
echo "Verified this is NixOS." echo "Verified this is NixOS."