jhtone
jhtone
发布于 2024-09-02 / 21 阅读
0
0

常用脚本

一键脚本

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"


评论