1. 已挂载Overlay

复制代码
  1. curl -k https://raw.githubusercontent.co ... temp_overlaybase.sh | sh

(卸载)

复制代码
  1. rm /usr/bin/ctemp

2. 未挂载Overlay

使用防火墙加载

复制代码
  1. mkdir -p /data/scripts
  2. cd /data/scripts
  3. curl -k -O https://raw.githubusercontent.co ... 00pro/main/ctemp.sh
  4. chmod +x ctemp.sh
  5. sh ctemp.sh install

(卸载)

复制代码
  1. sh /data/scripts/ctemp.sh uninstall