poprawka do skryptu instalacyjnego
This commit is contained in:
@@ -58,7 +58,7 @@ Simply copy this and run it:
|
|||||||
|
|
||||||
```
|
```
|
||||||
nix-shell -p git curl
|
nix-shell -p git curl
|
||||||
sh <(curl -L https://gitea.garandplg.com/GarandPLG/nix-zaneyos/src/branch/main/install-zaneyos.sh)
|
sh <(curl -L https://gitea.garandplg.com/GarandPLG/nix-zaneyos/raw/branch/main/install-zaneyos.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 🦽 Manual:
|
#### 🦽 Manual:
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ echo "-----"
|
|||||||
|
|
||||||
echo "Cloning & Entering ZaneyOS Repository"
|
echo "Cloning & Entering ZaneyOS Repository"
|
||||||
git clone https://gitea.garandplg.com/GarandPLG/nix-zaneyos.git
|
git clone https://gitea.garandplg.com/GarandPLG/nix-zaneyos.git
|
||||||
cd zaneyos || exit
|
cd nix-zaneyos || exit
|
||||||
mkdir hosts/"$hostName"
|
mkdir hosts/"$hostName"
|
||||||
cp hosts/default/*.nix hosts/"$hostName"
|
cp hosts/default/*.nix hosts/"$hostName"
|
||||||
git config --global user.name "installer"
|
git config --global user.name "installer"
|
||||||
|
|||||||
Reference in New Issue
Block a user