Skip to content

Commit a485de8

Browse files
committed
Nginx supports Bullseye
1 parent cd89510 commit a485de8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,7 @@ echo
646646
# Installing Nginx repo
647647

648648
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
649+
echo "deb [arch=$ARCH] https://nginx.org/packages/mainline/$VERSION/ $codename nginx" > $apt/nginx.list
655650
apt-key adv --fetch-keys 'https://nginx.org/keys/nginx_signing.key' > /dev/null 2>&1
656651

657652
# Installing sury PHP repo

0 commit comments

Comments
 (0)