Compare commits

...

3 Commits
fix ... main

Author SHA1 Message Date
5928784ba9 Обновить install.sh 2025-09-21 21:52:08 +03:00
Kirill Sobakin
0a5229f4f6 Merge pull request #173 from itdoginfo/fix
fix: Remove URL fragment before parsing VLESS links
2025-09-18 11:13:50 +03:00
Kirill Sobakin
340c2b3505 Merge pull request #171 from itdoginfo/fix
Fix
2025-09-17 19:17:58 +03:00

View File

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