Skip to content

Commit 514d3b4

Browse files
author
Kristan Kenney
committed
Add command-line script generator to README.md
Much thanks to @gabizz for making this utility available to all users of Hestia Control Panel.
1 parent 58f64cd commit 514d3b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ To perform an unattended installation using the default options:
5454
```bash
5555
bash hst-install.sh -f -y no -e <email> -p <password> -s <hostname>
5656
```
57-
For additional installation options:
57+
## Custom installation:
58+
You may specify a number of various flags during installation to only install the features in which you need. To view a list of available options, run:
5859
```bash
5960
bash hst-install.sh -h
6061
```
62+
Alternatively, @gabizz has made available a command-line script generator at https://gabizz.github.io/hestiacp-scriptline-generator/ which allows you to easily generate the installation command via GUI.
6163

6264
Installing development builds
6365
=============================

0 commit comments

Comments
 (0)