diff --git a/README.md b/README.md index a6c7913..d683fe1 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/install-zaneyos.sh b/install-zaneyos.sh index 732f98d..fc9fc4e 100755 --- a/install-zaneyos.sh +++ b/install-zaneyos.sh @@ -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 "-----"