This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update text and remove —nginx / -n as option making it required
- Loading branch information
1 parent
d16d52f
commit 1f7a09c
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ You will see the entire list of options available | |
.. code-block:: bash | ||
-a, --apache Install Apache [yes|no] default: yes | ||
-n, --nginx Install Nginx [yes|no] default: yes | ||
-w, --phpfpm Install PHP-FPM [yes|no] default: yes | ||
-o, --multiphp Install Multi-PHP [yes|no] default: no | ||
-v, --vsftpd Install Vsftpd [yes|no] default: yes | ||
|
@@ -54,7 +53,7 @@ You will see the entire list of options available | |
-f, --force Force installation | ||
-h, --help Print this help | ||
**Example of usage:** *bash hst-install.sh -n yes -w yes -t no -c no -x yes -z yes -b yes -i yes -m yes -l de \\ -s youdomain.tld -e [email protected] -p yourpasswordhere -a no -k no -o no* | ||
**Example of usage:** *bash hst-install.sh -w yes -t no -c no -x yes -z yes -b yes -i yes -m yes -l de \\ -s youdomain.tld -e [email protected] -p yourpasswordhere -a no -k no -o no* | ||
|
||
Then Hestia will install following software | ||
on your system: | ||
|