mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 02:12:46 +00:00
fix path to fstore
This commit is contained in:
parent
27dfd8b1f5
commit
59f06afb29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue