From 165243195415033afdcce5396025b713f4437ae4 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:50:11 +0100 Subject: [PATCH] Update booklore-install.sh --- install/booklore-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/booklore-install.sh b/install/booklore-install.sh index a50e7cbe3..d0fa92f86 100644 --- a/install/booklore-install.sh +++ b/install/booklore-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y ffmpeg +$STD apt install -y ffmpeg msg_ok "Installed Dependencies" JAVA_VERSION="25" setup_java