install.sh в формате kaskad, INSTALL_LINK, готовая однострочная установка

Made-with: Cursor
This commit is contained in:
anten-ka
2026-03-06 15:11:39 +03:00
parent 29b6e05866
commit 54bdf6b0d5
5 changed files with 225 additions and 0 deletions

4
install_one_liner.txt Normal file
View File

@@ -0,0 +1,4 @@
# Готовая ссылка в формате kaskad
# Замените YOUR_GITHUB_TOKEN на свой токен (https://github.com/settings/tokens, право repo)
curl -sL -H "Authorization: token YOUR_GITHUB_TOKEN" https://raw.githubusercontent.com/anten-ka/gotelegram_pro/main/install.sh -o /usr/local/bin/gotelegram && chmod +x /usr/local/bin/gotelegram && systemctl restart gotelegram-bot 2>/dev/null; GITHUB_TOKEN=YOUR_GITHUB_TOKEN gotelegram