Sfoglia il codice sorgente

Nginx supports Bullseye

Jaap Marcus 4 anni fa
parent
commit
a485de8dfc
1 ha cambiato i file con 1 aggiunte e 6 eliminazioni
  1. 1 6
      install/hst-install-debian.sh

+ 1 - 6
install/hst-install-debian.sh

@@ -646,12 +646,7 @@ echo
 # Installing Nginx repo
 
 echo "[ * ] NGINX"
-if [ "$release" -eq 11 ]; then
-    echo "      Skip nginx repo, not available yet."
-    echo "#deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
-else
-    echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
-fi
+echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
 apt-key adv --fetch-keys 'https://nginx.org/keys/nginx_signing.key' > /dev/null 2>&1
 
 # Installing sury PHP repo