mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-23 21:41:44 +02:00
Update README & Final review of install script
This commit is contained in:
parent
0ab358e325
commit
ea628533a2
11
README.md
11
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:
|
||||
|
@ -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 "-----"
|
||||
|
Loading…
x
Reference in New Issue
Block a user