diff --git a/download_sources.sh b/download_sources.sh index 135e017..3cbe5b9 100755 --- a/download_sources.sh +++ b/download_sources.sh @@ -18,7 +18,7 @@ if [ -e "${abfyml}" ]; then fi else echo -n "try to download... " - if curl -L "http://file-store.openmandriva.org/download/${sha}" -o "${file}"; then + if curl -L "http://file-store.rosalinux.ru/download/${sha}" -o "${file}"; then echo "ok" echo -n "check sum... " if echo "${sha} ${file}" | sha1sum -c --status; then