Skip to content

Commit 220badc

Browse files
authored
Fix --mysql8 option in getting-started.md file (hestiacp#4049)
Installer uses --mysql8 and getting-started.html were outdated displaying -mysql-classic.
1 parent bc41a3f commit 220badc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/introduction/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To choose what software gets installed, you can provide flags to the installatio
8888
-j, --proftpd Install ProFTPD [yes | no] default: no
8989
-k, --named Install Bind [yes | no] default: yes
9090
-m, --mysql Install MariaDB [yes | no] default: yes
91-
-M, --mysql-classic Install Mysql8 [yes | no] default: no
91+
-M, --mysql8 Install Mysql8 [yes | no] default: no
9292
-g, --postgresql Install PostgreSQL [yes | no] default: no
9393
-x, --exim Install Exim [yes | no] default: yes
9494
-z, --dovecot Install Dovecot [yes | no] default: yes

0 commit comments

Comments
 (0)