From e03c28754e264b1c2813533c1996e81f15ab2123 Mon Sep 17 00:00:00 2001 From: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:17:07 +0200 Subject: [PATCH] Update bar-assistant-install.sh --- install/bar-assistant-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/bar-assistant-install.sh b/install/bar-assistant-install.sh index bda7a06..13d2af1 100644 --- a/install/bar-assistant-install.sh +++ b/install/bar-assistant-install.sh @@ -21,7 +21,8 @@ $STD apt-get install -y \ composer \ redis-server \ npm \ - nginx + nginx \ + lsb-release msg_ok "Installed Dependencies" msg_info "Adding PHP8.3 Repository"