Update README & Final review of install script

This commit is contained in:
Tyler Kelley 2024-02-19 04:34:42 -06:00
parent 0ab358e325
commit ea628533a2
2 changed files with 4 additions and 9 deletions

View File

@ -53,16 +53,11 @@ Please do yourself a favor and [read the wiki](https://gitlab.com/Zaney/zaneyos/
This is the easiest and recommended way of starting out. The script is not meant to allow you to change every option that you can in the flake or help you install extra packages. It is simply here so you can get my configuration installed with as little chances of breakages and then fiddle to your hearts content!
Simply make sure you have git installed already or install it with:
Simply copy this and run it:
```
nix-shell -p git
```
then run:
```
Coming Soon
nix-shell -p git curl
sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)
```
#### 🦽 Manual:

View File

@ -29,7 +29,7 @@ echo "-----"
read -p "Enter Your New Username: " userName
sed -i "/^\s*username[[:space:]]*=[[:space:]]*\"/s/\"\(.*\)\"/\"$userName\"/" ./options.nix
echo "The password for the new user, $userName, is password"
echo "The password for a new user is password"
sleep 2
echo "-----"