From 631ef46466dfc8feffe1bd358ee5289850f89b1d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 17 Aug 2024 06:47:34 -0400 Subject: [PATCH] Update bunkerweb.sh nginx=1.26.1* --- ct/bunkerweb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index 14e8a2a6..42f0e50f 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -66,7 +66,7 @@ Pin: version ${RELEASE} Pin-Priority: 1001 EOF apt-get update - apt-get install nginx -y + apt-get install -y nginx=1.26.1* apt-get install -y bunkerweb=${RELEASE} echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to ${RELEASE}"