We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d964ef0 commit 43168e0Copy full SHA for 43168e0
install/hst-install-ubuntu.sh
@@ -605,7 +605,7 @@ echo
605
# Installing Nginx repo
606
607
echo "[ * ] NGINX"
608
-echo "deb [arch=ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
+echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
609
apt-key adv --fetch-keys 'https://nginx.org/keys/nginx_signing.key' > /dev/null 2>&1
610
611
# Installing sury PHP repo
0 commit comments