(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: 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
``` ```

View File

@ -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