mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	Corrected git url in README.md
This commit is contained in:
		@@ -17,7 +17,7 @@ Just ssh into your Proxmox machine and clone this git repository. Make sure you
 | 
				
			|||||||
```bash
 | 
					```bash
 | 
				
			||||||
apt update
 | 
					apt update
 | 
				
			||||||
apt -y install git
 | 
					apt -y install git
 | 
				
			||||||
git clone https://github.com/cpzengel/zamba-lxc-toolbox
 | 
					git clone https://github.com/bashclub/zamba-lxc-toolbox
 | 
				
			||||||
cd zamba
 | 
					cd zamba
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
### Configuration
 | 
					### 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.
 | 
					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.
 | 
					Once the script has finished, the container is installed and running and you can continue with the service specific configuration.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user