(fix) corrected repo URL
This commit is contained in:
parent
81b4a01188
commit
a02bb1c2d4
@ -35,8 +35,8 @@ The installation script will:
|
|||||||
If you prefer to inspect the code first:
|
If you prefer to inspect the code first:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-LXC.git
|
git clone https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-Deployment-Util.git
|
||||||
cd NixOS-PVE-LXC
|
cd NixOS-PVE-Deployment-Util
|
||||||
./setup.sh
|
./setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2
setup.sh
2
setup.sh
@ -22,7 +22,7 @@ if [ -d "$REPO_DIR" ]; then
|
|||||||
cd "$REPO_DIR"
|
cd "$REPO_DIR"
|
||||||
git pull
|
git pull
|
||||||
else
|
else
|
||||||
git clone https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-LXC.git "$REPO_DIR"
|
git clone https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-Deployment-Util.git "$REPO_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install the configuration script
|
# Install the configuration script
|
||||||
|
Loading…
Reference in New Issue
Block a user