mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 18:35:55 +00:00
Booklore: Downgrad Java from 25 to 21 (#9566)
* Downgrade Java version from 25 to 21 https://github.com/booklore-app/booklore/pull/1697/files * Downgrade Java version from 25 to 21 in installer https://github.com/booklore-app/booklore/pull/1697/files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user