From 45871d9b045faab5f8d81c4a8efb1f947d1401df Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Thu, 18 Apr 2024 23:41:10 -0500 Subject: [PATCH] add checkout stable-1.0 to the script --- install-zaneyos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-zaneyos.sh b/install-zaneyos.sh index b705dad..9580aa2 100755 --- a/install-zaneyos.sh +++ b/install-zaneyos.sh @@ -52,6 +52,7 @@ echo "-----" echo "Cloning & Entering ZaneyOS Repository" git clone https://gitlab.com/zaney/zaneyos.git +git checkout stable-1.0 cd zaneyos mkdir hosts/$hostName cp hosts/default/*.nix hosts/$hostName