From 8a3b44b780ac539da45fa988f74530125852ff90 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Mon, 18 Sep 2023 09:16:55 +0900 Subject: [PATCH] academic/SU2: Add network warning to README. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- academic/SU2/README | 4 ++++ 1 file changed, 4 insertions(+) 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.