Skip to content

Commit 6d9cf3c

Browse files
committed
Fix error message
1 parent 0d833d3 commit 6d9cf3c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

install/hst-install-debian.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,10 +646,10 @@ if [ "$ARCH" = "amd64" ]; then
646646
echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
647647
else
648648
echo "# deb https://$RHOST/ $codename main" > $apt/hestia.list
649-
echo -e "\e[033[0;31m[ ! ] HestiaCP on ARM is currently in Development.\033[0m"
650-
echo -e "\e[033[0;31m This will mean that we don't provide any packages and you are responisble\033[0m"
651-
echo -e "\e[033[0;31m for building the packages your self. To build your own packeges see\033[0m"
652-
echo -e "\e[033[0;31m https://docs.hestiacp.com/development/panel.html#compiling\033[0m"
649+
echo -e "\e[91m[ ! ] HestiaCP on ARM is currently in Development.\e[0m"
650+
echo -e "\e[91m This will mean that we don't provide any packages and you are responisble\e[0m"
651+
echo -e "\e[91m for building the packages your self. To build your own packeges see\e[0m"
652+
echo -e "\e[91m https://docs.hestiacp.com/development/panel.html#compiling\e[0m"
653653
fi
654654
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A189E93654F0B0E5 > /dev/null 2>&1
655655

install/hst-install-ubuntu.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,10 @@ if [ "$ARCH" = "amd64" ]; then
617617
echo "deb https://$RHOST/ $codename main" > $apt/hestia.list
618618
else
619619
echo "# deb https://$RHOST/ $codename main" > $apt/hestia.list
620-
echo -e "\e[033[0;31m[ ! ] HestiaCP on ARM is currently in Development.\033[0m"
621-
echo -e "\e[033[0;31m This will mean that we don't provide any packages and you are responisble\033[0m"
622-
echo -e "\e[033[0;31m for building the packages your self. To build your own packeges see\033[0m"
623-
echo -e "\e[033[0;31m https://docs.hestiacp.com/development/panel.html#compiling\033[0m"
620+
echo -e "\e[91m[ ! ] HestiaCP on ARM is currently in Development.\e[0m"
621+
echo -e "\e[91m This will mean that we don't provide any packages and you are responisble\e[0m"
622+
echo -e "\e[91m for building the packages your self. To build your own packeges see\e[0m"
623+
echo -e "\e[91m https://docs.hestiacp.com/development/panel.html#compiling\e[0m"
624624
fi
625625
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A189E93654F0B0E5 > /dev/null 2>&1
626626

0 commit comments

Comments
 (0)