Skip to content

Commit

Permalink
Add an alternative download link for utils
Browse files Browse the repository at this point in the history
Download utils from my gitlab repo in case downloading from GitHub fails for some reason.
  • Loading branch information
Kron4ek authored Aug 31, 2024
1 parent dd2a148 commit 5157084
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions create-conty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5157084

Please sign in to comment.