Fix README, install script, and hosts configs for 2.3 release

This commit is contained in:
Tyler Kelley 2025-01-30 01:06:54 -06:00
parent 96e62a6399
commit 108960df17
5 changed files with 9 additions and 9 deletions

View File

@ -10,8 +10,8 @@ ZaneyOS is a simple way of reproducing my configuration on any NixOS system. Thi
</div> </div>
> **This project has a [Wiki](https://zaney.org/wiki/zaneyos-2.2/). Find out how to use ZaneyOS here!** > **This project has a [Wiki](https://zaney.org/wiki/zaneyos-2.3/). Find out how to use ZaneyOS here!**
> **I have put a lot of effort into the [documentation](https://zaney.org/wiki/zaneyos-2.2/) so it should be accurate. However, please if you notice that something is wrong with it create an issue or reach out to me on Discord.** > **I have put a lot of effort into the [documentation](https://zaney.org/wiki/zaneyos-2.3/) so it should be accurate. However, please if you notice that something is wrong with it create an issue or reach out to me on Discord.**
#### 🍖 Requirements #### 🍖 Requirements
- You must be running on NixOS. - You must be running on NixOS.
@ -38,7 +38,7 @@ ZaneyOS is a simple way of reproducing my configuration on any NixOS system. Thi
<div align="center"> <div align="center">
Please do yourself a favor and [read the wiki](https://zaney.org/wiki/zaneyos-2.2/). Please do yourself a favor and [read the wiki](https://zaney.org/wiki/zaneyos-2.3/).
</div> </div>
@ -65,7 +65,7 @@ nix-shell -p git curl
Then: Then:
``` ```
sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/stable-2.2/install-zaneyos.sh) sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)
``` ```
#### 🦽 Manual: #### 🦽 Manual:
@ -79,7 +79,7 @@ nix-shell -p git vim
Clone this repo & enter it: Clone this repo & enter it:
``` ```
git clone -b stable-2.2 --single-branch https://gitlab.com/zaney/zaneyos.git git clone https://gitlab.com/zaney/zaneyos.git
cd zaneyos cd zaneyos
``` ```

View File

@ -307,7 +307,7 @@ in
}; };
environment.variables = { environment.variables = {
ZANEYOS_VERSION = "2.2"; ZANEYOS_VERSION = "2.3";
ZANEYOS = "true"; ZANEYOS = "true";
}; };

View File

@ -305,7 +305,7 @@ in
}; };
environment.variables = { environment.variables = {
ZANEYOS_VERSION = "2.2"; ZANEYOS_VERSION = "2.3";
ZANEYOS = "true"; ZANEYOS = "true";
}; };

View File

@ -307,7 +307,7 @@ in
}; };
environment.variables = { environment.variables = {
ZANEYOS_VERSION = "2.2"; ZANEYOS_VERSION = "2.3";
ZANEYOS = "true"; ZANEYOS = "true";
}; };

View File

@ -56,7 +56,7 @@ fi
echo "-----" echo "-----"
echo "Cloning & Entering ZaneyOS Repository" echo "Cloning & Entering ZaneyOS Repository"
git clone -b stable-2.2 --single-branch https://gitlab.com/zaney/zaneyos.git git clone https://gitlab.com/zaney/zaneyos.git
cd zaneyos || exit cd zaneyos || exit
mkdir hosts/"$hostName" mkdir hosts/"$hostName"
cp hosts/default/*.nix hosts/"$hostName" cp hosts/default/*.nix hosts/"$hostName"