From eba330e16b8fac729772e4c33269cadc76845cfc Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 26 Jul 2024 14:06:13 -0700 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- sample-scripts/Ubuntu-24.04-LEMP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-scripts/Ubuntu-24.04-LEMP.sh b/sample-scripts/Ubuntu-24.04-LEMP.sh index 5d4e761..e4913f3 100644 --- a/sample-scripts/Ubuntu-24.04-LEMP.sh +++ b/sample-scripts/Ubuntu-24.04-LEMP.sh @@ -34,7 +34,7 @@ sudo ufw allow 443 # This is extremely important as Ubuntu keeps shipping outdated NGINX unpriv curl -s https://nginx.org/keys/nginx_signing.key | gpg --dearmor | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null sudo chmod 644 /usr/share/keyrings/nginx-archive-keyring.gpg -unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/sources.list.d/nginx.sources | sudo tee /etc/apt/sources.list.d/nginx.sources > /dev/null > /dev/null +unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/sources.list.d/nginx.sources | sudo tee /etc/apt/sources.list.d/nginx.sources > /dev/null sudo chmod 644 /etc/apt/sources.list.d/nginx.sources # Add the PHP PPA (Ubuntu repos do not have the latest version, and do not handle pinning properly)