mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 10:22:45 +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
|
fi
|
||||||
else
|
else
|
||||||
echo -n "try to download... "
|
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 "ok"
|
||||||
echo -n "check sum... "
|
echo -n "check sum... "
|
||||||
if echo "${sha} ${file}" | sha1sum -c --status; then
|
if echo "${sha} ${file}" | sha1sum -c --status; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue