Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 631ef46

Browse files
authored
Update bunkerweb.sh
nginx=1.26.1*
1 parent 604b7ee commit 631ef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/bunkerweb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Pin: version ${RELEASE}
6666
Pin-Priority: 1001
6767
EOF
6868
apt-get update
69-
apt-get install nginx -y
69+
apt-get install -y nginx=1.26.1*
7070
apt-get install -y bunkerweb=${RELEASE}
7171
echo "${RELEASE}" >/opt/${APP}_version.txt
7272
msg_ok "Updated ${APP} to ${RELEASE}"

0 commit comments

Comments
 (0)