Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster 09e21f33e1
Update openhab.sh
default Debian 12
2023-08-26 12:46:41 -04:00
tteckster b3f21d9eea
Update openhab-install.sh
Java 17
2023-08-26 12:36:55 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ var_disk="8"
var_cpu="2" var_cpu="2"
var_ram="2048" var_ram="2048"
var_os="debian" var_os="debian"
var_version="11" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

@ -26,7 +26,7 @@ wget -qO /etc/apt/trusted.gpg.d/zulu-repo.asc "https://keyserver.ubuntu.com/pks/
wget -q https://cdn.azul.com/zulu/bin/zulu-repo_1.0.0-3_all.deb wget -q https://cdn.azul.com/zulu/bin/zulu-repo_1.0.0-3_all.deb
$STD dpkg -i zulu-repo_1.0.0-3_all.deb $STD dpkg -i zulu-repo_1.0.0-3_all.deb
$STD apt-get update $STD apt-get update
$STD apt-get -y install zulu11-jdk $STD apt-get -y install zulu17-jdk
msg_ok "Installed Azul Zulu" msg_ok "Installed Azul Zulu"
msg_info "Installing openHAB" msg_info "Installing openHAB"