mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 16:12:27 +01:00 
			
		
		
		
	@@ -14,9 +14,6 @@ LANGUAGE=$LXC_LOCALE
 | 
				
			|||||||
EOF
 | 
					EOF
 | 
				
			||||||
locale-gen $LXC_LOCALE
 | 
					locale-gen $LXC_LOCALE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set Timezone
 | 
					 | 
				
			||||||
ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
apt update
 | 
					apt update
 | 
				
			||||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade
 | 
					DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade
 | 
				
			||||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" $LXC_TOOLSET
 | 
					DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" $LXC_TOOLSET
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user