Przeglądaj źródła

Nginx supports Bullseye

Jaap Marcus 4 lat temu
rodzic
commit
a485de8dfc
1 zmienionych plików z 1 dodań i 6 usunięć
  1. 1 6
      install/hst-install-debian.sh

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

@@ -646,12 +646,7 @@ echo
 # Installing Nginx repo
 # Installing Nginx repo
 
 
 echo "[ * ] NGINX"
 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
 apt-key adv --fetch-keys 'https://nginx.org/keys/nginx_signing.key' > /dev/null 2>&1
 
 
 # Installing sury PHP repo
 # Installing sury PHP repo