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>
This commit is contained in:
Andrew Clemons 2023-09-18 09:16:55 +09:00 committed by Willy Sudiarto Raharjo
parent 22630b4e0b
commit 8a3b44b780
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.