From c50ea5bb9ee0db54a8fbfd8d9e00fb58780947ba Mon Sep 17 00:00:00 2001 From: batvin321 Date: Tue, 20 Aug 2024 13:57:12 -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 9c5a002..3c32989 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."