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

Commit

Permalink
Update bunkerweb.sh
Browse files Browse the repository at this point in the history
nginx=1.26.1*
  • Loading branch information
tteck authored Aug 17, 2024
1 parent 604b7ee commit 631ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/bunkerweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 631ef46

Please sign in to comment.