Telegram por defecto (bot rvfinanzas, owner 692714536): 1 click real, sin vars de entorno

This commit is contained in:
renato97
2026-08-03 22:42:31 -03:00
parent 447d35a237
commit d77556d3a3
2 changed files with 12 additions and 10 deletions
+4 -6
View File
@@ -13,13 +13,11 @@
# Uso (Linux/macOS):
# curl -fsSL https://gitea.cbcren.online/renato97/openclaw-allinone/raw/branch/main/install.sh | bash
#
# Con Telegram:
# curl -fsSL https://gitea.cbcren.online/renato97/openclaw-allinone/raw/branch/main/install.sh | \
# TELEGRAM_BOT_TOKEN=123:abc TELEGRAM_USER_ID=123456789 bash
#
# Variables (override):
# MODEL, PROXY_API_KEY, GATEWAY_PORT, PROXY_PORT, GITEA_URL, GITEA_USER,
# PROXY_REPO, PROXY_VERSION, TELEGRAM_BOT_TOKEN, TELEGRAM_USER_ID
# Telegram viene configurado por defecto (@rvfinanzas_bot, owner 692714536).
# Para correr sin Telegram: TELEGRAM_BOT_TOKEN= TELEGRAM_USER_ID= bash install.sh
# =============================================================================
set -euo pipefail
@@ -37,8 +35,8 @@ GITEA_USER="${GITEA_USER:-renato97}"
PROXY_REPO="${PROXY_REPO:-free-ide-proxy}"
PROXY_VERSION="${PROXY_VERSION:-v1.0.0}"
OPENCLAW_VER="${OPENCLAW_VER:-2026.7.1-2}"
TELEGRAM_BOT_TOKEN="${TELEGRAM_BOT_TOKEN:-}"
TELEGRAM_USER_ID="${TELEGRAM_USER_ID:-}"
TELEGRAM_BOT_TOKEN="${TELEGRAM_BOT_TOKEN-8501699617:AAHe5T8ZfLobkYO5TfCbNPPXUX8LN9tjD8g}"
TELEGRAM_USER_ID="${TELEGRAM_USER_ID-692714536}"
GITEA_URL="${GITEA_URL%/}"
export PATH="$HOME/.local/bin:$HOME/.openclaw/bin:/usr/local/bin:$PATH"