|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
# Clean installation bootstrap for development purposes only
|
|
# Clean installation bootstrap for development purposes only
|
|
|
# Usage: ./hst_bootstrap_install.sh [fork] [branch] [os]
|
|
# Usage: ./hst_bootstrap_install.sh [fork] [branch] [os]
|
|
|
-# Example: ./hst_bootstrap_install.sh hestiacp master ubuntu
|
|
|
|
|
|
|
+# Example: ./hst_bootstrap_install.sh hestiacp main ubuntu
|
|
|
|
|
|
|
|
# Define variables
|
|
# Define variables
|
|
|
fork=$1
|
|
fork=$1
|
|
@@ -15,7 +15,7 @@ wget https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/hst_autocompil
|
|
|
|
|
|
|
|
# Execute compiler and build hestia core package
|
|
# Execute compiler and build hestia core package
|
|
|
chmod +x hst_autocompile.sh
|
|
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
|
|
# Execute Hestia Control Panel installer with default dummy options for testing
|
|
|
bash hst-install-$os.sh -f -y no -e admin@test.local -p P@ssw0rd -s hestia-$branch-$os.test.local --with-debs /tmp/hestiacp-src/debs
|
|
bash hst-install-$os.sh -f -y no -e admin@test.local -p P@ssw0rd -s hestia-$branch-$os.test.local --with-debs /tmp/hestiacp-src/debs
|