mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 12:59:22 +00:00 
			
		
		
		
	Update omada-install.sh
update libssl
This commit is contained in:
		
							parent
							
								
									9cad7288c9
								
							
						
					
					
						commit
						e5ec531d4f
					
				@ -30,8 +30,9 @@ $STD apt-get -y install zulu8-jdk
 | 
			
		||||
msg_ok "Installed Azul Zulu"
 | 
			
		||||
 | 
			
		||||
msg_info "Installing MongoDB"
 | 
			
		||||
wget -qL http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
 | 
			
		||||
$STD dpkg -i libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
 | 
			
		||||
libssl=$(curl -fsSL "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/" | grep -o 'libssl1\.1_1\.1\.1f-1ubuntu2\.2[^"]*amd64\.deb' | head -n1)
 | 
			
		||||
wget -qL http://security.ubuntu.com/ubuntu/pool/main/o/openssl/$libssl
 | 
			
		||||
$STD dpkg -i $libssl
 | 
			
		||||
wget -qL https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/3.6/multiverse/binary-amd64/mongodb-org-server_3.6.23_amd64.deb
 | 
			
		||||
$STD dpkg -i mongodb-org-server_3.6.23_amd64.deb
 | 
			
		||||
msg_ok "Installed MongoDB"
 | 
			
		||||
@ -48,7 +49,7 @@ motd_ssh
 | 
			
		||||
customize
 | 
			
		||||
 | 
			
		||||
msg_info "Cleaning up"
 | 
			
		||||
rm -rf ${latest_version} mongodb-org-server_3.6.23_amd64.deb zulu-repo_1.0.0-3_all.deb libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb
 | 
			
		||||
rm -rf ${latest_version} mongodb-org-server_3.6.23_amd64.deb zulu-repo_1.0.0-3_all.deb $libssl
 | 
			
		||||
$STD apt-get autoremove
 | 
			
		||||
$STD apt-get autoclean
 | 
			
		||||
msg_ok "Cleaned"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user