From f826f8c4b2acddb436dc0ab5b96a9c6056862de7 Mon Sep 17 00:00:00 2001 From: Florent Rougon <f.rougon@free.fr> Date: Wed, 24 Apr 2019 18:56:42 +0200 Subject: [PATCH] download_and_compile.sh: remove useless parameter in URL --- download_and_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index ea644ec..6e89c61 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -371,7 +371,7 @@ PKG_MGR="apt-get" # # - 'https' used to be fine, but is currently unreliable at SourceForge (esp. # for FGData, see -# <https://forum.flightgear.org/viewtopic.php?f=20&t=33620&start=90&sid=afb8b688a02c01ea4ea9306c35487bd0>); +# <https://forum.flightgear.org/viewtopic.php?f=20&t=33620&start=90>); # - 'git' is insecure (no way to guarantee you are downloading what you expect # to be downloading); # - 'ssh' is secure, but requires an account at SourceForge (may be created at