jhtone
jhtone
Published on 2024-09-02 / 31 Visits
0
0

常用脚本

一键脚本

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"


Comment