mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Add an alternative download link for utils
Download utils from my gitlab repo in case downloading from GitHub fails for some reason.
This commit is contained in:
parent
dd2a1482ce
commit
5157084b54
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
|
|||
|
||||
rm -f "${utils}"
|
||||
curl -#LO "${utils_url}"
|
||||
|
||||
if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
|
||||
rm -f "${utils}"
|
||||
curl -#LO "https://gitlab.com/-/project/61149207/uploads/e92d40b6cebc80d1ea5018172b6d76db/utils.tar"
|
||||
tar -xf utils.tar
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -f conty-start.sh ]; then
|
||||
|
|
Loading…
Reference in a new issue