Contents
hide
Problem Definition
- jcnf 常用脚本工具包 https://github.com/Netflixxp/jcnf-box
Solution
# 第一次 yum install -y curl wget 2> /dev/null || apt install -y curl wget # 代码 wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh