(fix) corrected repo URL

This commit is contained in:
jeirmeister 2024-12-10 05:44:12 -08:00
parent 81b4a01188
commit a02bb1c2d4
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ The installation script will:
If you prefer to inspect the code first:
```bash
git clone https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-LXC.git
cd NixOS-PVE-LXC
git clone https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-Deployment-Util.git
cd NixOS-PVE-Deployment-Util
./setup.sh
```

View File

@ -22,7 +22,7 @@ if [ -d "$REPO_DIR" ]; then
cd "$REPO_DIR"
git pull
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
# Install the configuration script