diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-09-18 09:16:55 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:27 +0700 |
commit | 8a3b44b780ac539da45fa988f74530125852ff90 (patch) | |
tree | 2c1be3e9be4fc413ed49dc0cb0c7df9f8655284d /academic/SU2 | |
parent | 22630b4e0b8682168ddeef4dd2508b415d815a2f (diff) |
academic/SU2: 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 'academic/SU2')
-rw-r--r-- | academic/SU2/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/SU2/README b/academic/SU2/README index 69151c957e386..b70ea47277660 100644 --- a/academic/SU2/README +++ b/academic/SU2/README @@ -27,3 +27,7 @@ Following installation, add these to your ~/.bashrc: export SU2_RUN=/usr/bin export PATH=$PATH:$SU2_RUN export PYTHONPATH=$PYTHONPATH:$SU2_RUN + +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. |