From f15728e5598f9d94f11dcc522cc0032ef97624c8 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 15 Oct 2017 13:07:49 +0200 Subject: [PATCH] Downloadlink has changed. --- install_sympa.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install_sympa.sh b/install_sympa.sh index c2754b0..08e3174 100755 --- a/install_sympa.sh +++ b/install_sympa.sh @@ -1317,8 +1317,11 @@ if [ ! -f sympa-${SYMPA_VERSION}.tar.gz ]; then echo "" >> $_log_file echo "## - Get source sympa-${SYMPA_VERSION}.tar.gz .." >> $_log_file echo "## -" >> $_log_file - echo "wget https://www.sympa.org/distribution/sympa-${SYMPA_VERSION}.tar.gz" >> $_log_file - wget https://www.sympa.org/distribution/sympa-${SYMPA_VERSION}.tar.gz >> $_log_file 2>&1 + # - OLD + #echo "wget https://www.sympa.org/distribution/sympa-${SYMPA_VERSION}.tar.gz" >> $_log_file + #wget https://www.sympa.org/distribution/sympa-${SYMPA_VERSION}.tar.gz >> $_log_file 2>&1 + echo "wget https://github.com/sympa-community/sympa/releases/download/6.2.22/sympa-6.2.22.tar.gz" >> $_log_file + wget https://github.com/sympa-community/sympa/releases/download/6.2.22/sympa-6.2.22.tar.gz >> $_log_file 2>&1 if [ "$?" = "0" ]; then echo_ok else