Skip to content

Commit 686359d

Browse files
committed
Revert hestia repo prevention.
1 parent fa4f481 commit 686359d

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
@@ -670,12 +670,7 @@ fi
670670
# Installing HestiaCP repo
671671
echo "[ * ] Hestia Control Panel"
672672
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
673+
echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
679674
else
680675
echo "# deb https://$RHOST/ $codename main" > $apt/hestia.list
681676
echo -e "\e[91m[ ! ] HestiaCP on ARM is currently in Development.\e[0m"

0 commit comments

Comments
 (0)