diff --git a/bootstrap.sh b/bootstrap.sh old mode 100644 new mode 100755 index a5a6114..ef01d61 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,7 +6,7 @@ set -euo pipefail REPO="anten-ka/gotelegram_pro" BRANCH="${GOTELEGRAM_BRANCH:-test}" -PAT="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" +PAT="${GOTELEGRAM_PAT:-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}" INSTALL_DIR="/opt/gotelegram" # Use raw.githubusercontent.com (CDN) — faster and avoids Contents API caching # issues that occasionally return 404 for recently added files on non-default branches.