mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-20 01:06:03 +00:00
install.sh в формате kaskad, INSTALL_LINK, готовая однострочная установка
Made-with: Cursor
This commit is contained in:
4
install_one_liner.txt
Normal file
4
install_one_liner.txt
Normal 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
|
||||
Reference in New Issue
Block a user