summaryrefslogtreecommitdiffstats
path: root/academic/SU2
diff options
context:
space:
mode:
author Andrew Clemons2023-09-18 02:16:55 +0200
committer Willy Sudiarto Raharjo2023-09-23 06:33:27 +0200
commit8a3b44b780ac539da45fa988f74530125852ff90 (patch)
tree2c1be3e9be4fc413ed49dc0cb0c7df9f8655284d /academic/SU2
parent22630b4e0b8682168ddeef4dd2508b415d815a2f (diff)
downloadslackbuilds-8a3b44b780ac539da45fa988f74530125852ff90.tar.gz
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/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/SU2/README b/academic/SU2/README
index 69151c957e..b70ea47277 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.