Add TODO comment
This commit is contained in:
parent
8e34ee2f17
commit
477af6c6a0
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ def install(c):
|
|||
"""
|
||||
Install the MySQL database service
|
||||
"""
|
||||
# TODO: must install 'mysql-server' instead for Ubuntu 16.04
|
||||
apt.install(c, 'default-mysql-server')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue