Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ct/booklore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function update_script() {
$STD npm run build --configuration=production
msg_ok "Built Frontend"

JAVA_VERSION="25" setup_java
JAVA_VERSION="21" setup_java

msg_info "Building Backend"
cd /opt/booklore/booklore-api
Expand Down
2 changes: 1 addition & 1 deletion install/booklore-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $STD apt-get install -y nginx
msg_ok "Installed Dependencies"

fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore"
JAVA_VERSION="25" setup_java
JAVA_VERSION="21" setup_java
NODE_VERSION="22" setup_nodejs
setup_mariadb
setup_yq
Expand Down