From e844f4d2d0e211cb436bee760f6003d0bd7db6da Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 24 Nov 2024 15:00:58 +0300 Subject: [PATCH] Update GitLab link for utils --- create-conty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-conty.sh b/create-conty.sh index 0df1fde..f614aec 100755 --- a/create-conty.sh +++ b/create-conty.sh @@ -72,7 +72,7 @@ if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then 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 fi fi