Skip to content

Commit

Permalink
fixup! Use newer version of NJS
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Dec 16, 2024
1 parent f159143 commit 9ca1acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ apt-get update
# rsync service for pulling monthly sitemaps from ol-home0 to ol-www0
apt-get install -y --no-install-recommends curl \
logrotate \
rsync
rsync \
lsb-release

# Add the NGINX signing key + Repo
curl -fsSL https://nginx.org/keys/nginx_signing.key | tee /usr/share/keyrings/nginx-keyring.asc
Expand Down

0 comments on commit 9ca1acc

Please sign in to comment.