fix path to fstore

This commit is contained in:
Alexander Stefanov 2019-02-24 19:07:02 +03:00
parent 27dfd8b1f5
commit 59f06afb29

View file

@ -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