一键脚本
bash <(curl -sL jht.one)
debian一键脚本
bash -c "apt update && apt install -y curl socat wget sudo nano && curl -o ~/jht.sh https://gitlab.com/jinhuaitao66/jht/-/raw/main/jht.sh && chmod +x ~/jht.sh && ~/jht.sh"
Alpine版一键脚本
bash -c "apk update && apk add curl socat wget sudo nano && curl -o ~/jht.sh https://gitlab.com/jinhuaitao66/jht/-/raw/main/jht.sh && chmod +x ~/jht.sh && ~/jht.sh"