Skip to content

Commit

Permalink
Update bunkerweb-install.sh
Browse files Browse the repository at this point in the history
Install nginx=1.26.1*
  • Loading branch information
tteck authored Aug 17, 2024
1 parent 72dfc20 commit 604b7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/bunkerweb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ msg_info "Installing Nginx"
wget -qO- https://nginx.org/keys/nginx_signing.key | gpg --dearmor >/usr/share/keyrings/nginx-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] http://nginx.org/packages/debian $(lsb_release -cs) nginx" >/etc/apt/sources.list.d/nginx.list
$STD apt-get update
$STD apt-get install -y nginx
$STD apt-get install -y nginx=1.26.1*
msg_ok "Installed Nginx"

RELEASE=$(curl -s https://api.github.com/repos/bunkerity/bunkerweb/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
Expand Down

0 comments on commit 604b7ee

Please sign in to comment.