mirror of https://github.com/tteck/Proxmox.git
Update unifi-install.sh
fixes https://github.com/tteck/Proxmox/issues/2386
This commit is contained in:
parent
928d13cb71
commit
09846607f2
|
@ -25,7 +25,7 @@ msg_info "Installing OpenJDK"
|
|||
wget -qO- https://packages.adoptium.net/artifactory/api/gpg/key/public | gpg --dearmor >/etc/apt/trusted.gpg.d/adoptium.gpg
|
||||
echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/adoptium.gpg] https://packages.adoptium.net/artifactory/deb bookworm main' >/etc/apt/sources.list.d/adoptium.list
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y temurin-17-jre
|
||||
$STD apt-get install -y temurin-17-jdk
|
||||
msg_ok "Installed OpenJDK"
|
||||
|
||||
msg_info "Installing MongoDB"
|
||||
|
|
Loading…
Reference in New Issue