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