mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-25 09:58:45 +01:00
Update GitLab link for utils
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
This commit is contained in:
parent
32032059d3
commit
e844f4d2d0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
|
||||||
|
|
||||||
if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
|
if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
|
||||||
rm -f "${utils}"
|
rm -f "${utils}"
|
||||||
curl -#LO "https://gitlab.com/-/project/61149207/uploads/e92d40b6cebc80d1ea5018172b6d76db/utils.tar"
|
curl -#LO "https://gitlab.com/-/project/61149207/uploads/8ccd49e15ac58860dfc0b9b472392e05/utils.tar"
|
||||||
tar -xf utils.tar
|
tar -xf utils.tar
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue