Nod to mysql in the installer intro msg

This commit is contained in:
Lance Edgar 2022-03-05 15:07:45 -06:00
parent a738f7f241
commit 85744646d2

View file

@ -71,7 +71,7 @@ class Install(commands.Subcommand):
rprint("\n\t[blue]Welcome to Messkit![/blue]") rprint("\n\t[blue]Welcome to Messkit![/blue]")
rprint("\n\tThis tool will install and configure a new app.") rprint("\n\tThis tool will install and configure a new app.")
rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL.[/italic]") rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL or MySQL.[/italic]")
# continue? # continue?
if not self.basic_prompt("continue?", True, is_bool=True): if not self.basic_prompt("continue?", True, is_bool=True):