From 5928784ba98f07c53747804e4539c6fcb85bbdce Mon Sep 17 00:00:00 2001 From: yanistye Date: Sun, 21 Sep 2025 21:52:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 87abf3d..82b9b0f 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -REPO="https://api.github.com/repos/itdoginfo/podkop/releases/latest" +REPO="https://git.encrypt-t.ru/yanistye/podkop/releases/latest" DOWNLOAD_DIR="/tmp/podkop" COUNT=3 @@ -26,7 +26,7 @@ main() { fi if command -v curl &> /dev/null; then - check_response=$(curl -s "https://api.github.com/repos/itdoginfo/podkop/releases/latest") + check_response=$(curl -s "https://git.encrypt-t.ru/yanistye/podkop/releases/latest") if echo "$check_response" | grep -q 'API rate limit '; then msg "You've reached rate limit from GitHub. Repeat in five minutes."