diff --git a/README.md b/README.md index caa375a..77fa956 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/setup.sh b/setup.sh index d60093d..611ba8e 100755 --- a/setup.sh +++ b/setup.sh @@ -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