Update booklore-install.sh

This commit is contained in:
CanbiZ 2025-06-23 10:32:14 +02:00
parent 58a1c01daa
commit d41fa88fcf

View File

@ -16,7 +16,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y nginx $STD apt-get install -y nginx
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "booklore" "adityachandelgit/BookLore" "/opt/booklore" fetch_and_deploy_gh_release "booklore" "adityachandelgit/BookLore"
JAVA_VERSION="21" setup_java JAVA_VERSION="21" setup_java
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs