mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	Update install-service.sh
This commit is contained in:
		@@ -14,12 +14,6 @@
 | 
				
			|||||||
# This should work without changes on future Debian versions.
 | 
					# This should work without changes on future Debian versions.
 | 
				
			||||||
OS_CODENAME=$(source /etc/os-release && echo "$VERSION_CODENAME")
 | 
					OS_CODENAME=$(source /etc/os-release && echo "$VERSION_CODENAME")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Define the PHP version for the current OS release.
 | 
					 | 
				
			||||||
# For Debian 12 (Bookworm), this is 8.2.
 | 
					 | 
				
			||||||
# For a future Debian 13 (Trixie), you would likely change this to "8.3".
 | 
					 | 
				
			||||||
PHP_VERSION="8.2"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# --- Service Functions ---
 | 
					# --- Service Functions ---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
_install() {
 | 
					_install() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user