We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b9889 commit 71a40f1Copy full SHA for 71a40f1
ct/booklore.sh
@@ -45,6 +45,8 @@ function update_script() {
45
$STD npm run build --configuration=production
46
msg_ok "Built Frontend"
47
48
+ JAVA_VERSION="25" setup_java
49
+
50
msg_info "Building Backend"
51
cd /opt/booklore/booklore-api
52
APP_VERSION=$(curl -fsSL https://api.github.com/repos/booklore-app/BookLore/releases/latest | yq '.tag_name' | sed 's/^v//')
install/booklore-install.sh
@@ -18,7 +18,7 @@ $STD apt-get install -y nginx
18
msg_ok "Installed Dependencies"
19
20
fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore"
21
-JAVA_VERSION="21" setup_java
+JAVA_VERSION="25" setup_java
22
NODE_VERSION="22" setup_nodejs
23
setup_mariadb
24
setup_yq
0 commit comments