Browse Source

[Tools] Fix branch selection and hostname

Kristan Kenney 5 years ago
parent
commit
94a78c83d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/hst_bootstrap_install.sh

+ 2 - 2
src/hst_bootstrap_install.sh

@@ -15,7 +15,7 @@ wget https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/hst_autocompil
 
 # Execute compiler and build hestia core package
 chmod +x hst_autocompile.sh
-./hst_autocompile.sh --hestia master no
+./hst_autocompile.sh --hestia $branch no
 
 # Execute Hestia Control Panel installer with default dummy options for testing
-bash hst-install-$os.sh -f -y no -e [email protected] -p P@ssw0rd -s hestia-$branch-$os.test.local --with-debs /tmp/hestiacp-src/debs
+bash hst-install-$os.sh -f -y no -e [email protected] -p P@ssw0rd -s hestia-$os.test.local --with-debs /tmp/hestiacp-src/debs