Skip to content

Commit 43168e0

Browse files
authored
Fix Nginx repo url
[arch=ARCH] instead of [arch=$ARCH] was used
1 parent d964ef0 commit 43168e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ echo
605605
# Installing Nginx repo
606606

607607
echo "[ * ] NGINX"
608-
echo "deb [arch=ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
608+
echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
609609
apt-key adv --fetch-keys 'https://nginx.org/keys/nginx_signing.key' > /dev/null 2>&1
610610

611611
# Installing sury PHP repo

0 commit comments

Comments
 (0)