From 9ca1acc8483cf3d4ccae8e3c65d3525104ec3c96 Mon Sep 17 00:00:00 2001 From: Drini Cami Date: Mon, 16 Dec 2024 16:38:46 -0500 Subject: [PATCH] fixup! Use newer version of NJS --- scripts/install_nginx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install_nginx.sh b/scripts/install_nginx.sh index 5328d6d21b4..1af497a5e86 100755 --- a/scripts/install_nginx.sh +++ b/scripts/install_nginx.sh @@ -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