mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Added environment variable to accept EULA for SQLServer2022 (#1755)
This commit is contained in:
		@@ -33,6 +33,7 @@ msg_ok "Setup Server 2022"
 | 
			
		||||
 | 
			
		||||
msg_info "Installing SQL Server Tools"
 | 
			
		||||
export DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
export ACCEPT_EULA=Y
 | 
			
		||||
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
 | 
			
		||||
curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/mssql-release.list
 | 
			
		||||
$STD apt-get update
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user