From 1ec687f98bce68c192958e596f945e82225f65dd Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:50:33 +0200 Subject: [PATCH] Update booklore-install.sh --- install/booklore-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/booklore-install.sh b/install/booklore-install.sh index e0790c12..ca63d32d 100644 --- a/install/booklore-install.sh +++ b/install/booklore-install.sh @@ -13,12 +13,13 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y nginx yq +$STD apt-get install -y nginx msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "booklore" "adityachandelgit/BookLore" JAVA_VERSION="21" setup_java NODE_VERSION="22" setup_nodejs +setup_yq msg_info "Building Frontend" cd /opt/booklore/booklore-ui