From 0437c6ae333ec3bcc082441a1253a8581da8002d Mon Sep 17 00:00:00 2001 From: batvin321 Date: Tue, 20 Aug 2024 13:56:28 -0400 Subject: [PATCH] Update install-zaneyos.sh --- install-zaneyos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zaneyos.sh b/install-zaneyos.sh index 3c32989..9c5a002 100755 --- a/install-zaneyos.sh +++ b/install-zaneyos.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash + if [ -n "$(grep -i nixos < /etc/os-release)" ]; then echo "Verified this is NixOS."