Skip to content

Commit c60c70c

Browse files
author
Kristan Kenney
committed
Merge branch 'fix/2020-08_installer-warnings' into staging/fixes
2 parents 2e05ab4 + f1465d2 commit c60c70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ if [ -z "$withdebs" ] || [ ! -d "$withdebs" ]; then
391391
echo -e "\e[33mhttps://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh\e[0m"
392392
echo ""
393393
echo -e "\e[33mTo test pre-release versions, build the .deb packages and re-run the installer:\e[0m"
394-
echo -e " \e[33m./hst_autocompile.sh \e[1m--hestia no\e[21m\e[0m"
394+
echo -e " \e[33m./hst_autocompile.sh \e[1m--hestia branchname no\e[21m\e[0m"
395395
echo -e " \e[33m./hst-install.sh .. \e[1m--with-debs /tmp/hestiacp-src/debs\e[21m\e[0m"
396396
echo ""
397397
check_result 1 "Installation aborted"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ if [ -z "$withdebs" ] || [ ! -d "$withdebs" ]; then
366366
echo -e "\e[33mhttps://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh\e[0m"
367367
echo ""
368368
echo -e "\e[33mTo test pre-release versions, build the .deb packages and re-run the installer:\e[0m"
369-
echo -e " \e[33m./hst_autocompile.sh \e[1m--hestia no\e[21m\e[0m"
369+
echo -e " \e[33m./hst_autocompile.sh \e[1m--hestia branchname no\e[21m\e[0m"
370370
echo -e " \e[33m./hst-install.sh .. \e[1m--with-debs /tmp/hestiacp-src/debs\e[21m\e[0m"
371371
echo ""
372372
check_result 1 "Installation aborted"

0 commit comments

Comments
 (0)