We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd89510 commit a485de8Copy full SHA for a485de8
install/hst-install-debian.sh
@@ -646,12 +646,7 @@ echo
646
# Installing Nginx repo
647
648
echo "[ * ] NGINX"
649
-if [ "$release" -eq 11 ]; then
650
- echo " Skip nginx repo, not available yet."
651
- echo "#deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
652
-else
653
- echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
654
-fi
+echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
655
apt-key adv --fetch-keys 'https://nginx.org/keys/nginx_signing.key' > /dev/null 2>&1
656
657
# Installing sury PHP repo
0 commit comments