diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-05-01 11:31:38 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:22 +0700 |
commit | e8f0c57e3ea502a5e40608a531c6fc646e60969e (patch) | |
tree | ac9613f1e83bf84528b713cef6e3b7419bdaafe7 /development/mysql-workbench | |
parent | 90597526a1c962cb4600e8bdc5bed245ca62a5d6 (diff) |
development/mysql-workbench: Add network warning to README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mysql-workbench')
-rw-r--r-- | development/mysql-workbench/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/mysql-workbench/README b/development/mysql-workbench/README index 06243cfa67ca5..9595b663d2591 100644 --- a/development/mysql-workbench/README +++ b/development/mysql-workbench/README @@ -20,3 +20,7 @@ Python 3.x is installed on your system NOTE: You may need to run mysql_upgrade if mysql-workbench could not fetch your metadata. You may need to add this into /etc/ld.so.conf: /usr/lib{64}/mysql-workbench + +Warning: This SlackBuild requires network access when it runs, meaning +it downloads files from the Internet with root access. You should +decide for yourself whether or not you think this is a good idea. |