Update GitLab link for utils
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled

This commit is contained in:
Kron4ek 2024-11-24 15:00:58 +03:00 committed by GitHub
parent 32032059d3
commit e844f4d2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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