We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4f481 commit 686359dCopy full SHA for 686359d
install/hst-install-debian.sh
@@ -670,12 +670,7 @@ fi
670
# Installing HestiaCP repo
671
echo "[ * ] Hestia Control Panel"
672
if [ "$ARCH" = "amd64" ]; then
673
- # Temporary solution for Deb11 support
674
- if [ "$release" -eq 11 ]; then
675
- echo " Skip hestia repo, not available yet."
676
- else
677
- echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
678
- fi
+ echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
679
else
680
echo "# deb https://$RHOST/ $codename main" > $apt/hestia.list
681
echo -e "\e[91m[ ! ] HestiaCP on ARM is currently in Development.\e[0m"
0 commit comments