ThinRPA 企业级 RPA 平台 全量安装（离线采集模式）
====================================
本包已内嵌试用 SN：THINRPA-S2RL-PK8X-GCQ7（有效期至 2026-12-10，共 90 天）

步骤 1（任一联网机器，Linux）：
  bash fetch-all.sh ./thinrpa-files
  → 自动下载核心包并校验 SHA256（断点续传，中断后重跑即可继续）
步骤 2：把 thinrpa-files 整个目录拷贝到目标服务器（内网可用 U 盘/scp）
步骤 3（目标机，root）：
  cd thinrpa-files
  tar -xzf thinrpa-core.tar.gz -C . --transform 's,^,thinrpa-core/,' \
      2>/dev/null || (mkdir -p thinrpa-core && tar -xzf thinrpa-core.tar.gz -C thinrpa-core)
  cd thinrpa-core && bash install.sh
  → 进入安装向导：环境检测 → 安装部署 → 用内嵌试用 SN 激活 → 自检

试用到期后：购买正式 SN，重跑 bash install.sh --sn <正式SN> 即可转正。
首次激活需目标机能访问 https://sn.thinkalike.com.cn；完全离线请在 SN 控制台
签发 .lic 后在产品 设置→许可 中上传。
