From 46e49f10b674325e03ed65fbe25db51f16cf3c82 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Fri, 16 Apr 2021 18:05:39 +0200 Subject: [PATCH] Corrected git url in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90e4d72..d82d021 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Just ssh into your Proxmox machine and clone this git repository. Make sure you ```bash apt update apt -y install git -git clone https://github.com/cpzengel/zamba-lxc-toolbox +git clone https://github.com/bashclub/zamba-lxc-toolbox cd zamba ``` ### Configuration @@ -31,4 +31,4 @@ bash install.sh ``` After container creation, you will be prompted to select the service to install and depending on the service there may be some more questions during installation. -Once the script has finished, the container is installed and running and you can continue with the service specific configuration. \ No newline at end of file +Once the script has finished, the container is installed and running and you can continue with the service specific configuration.