🔧 1. 全功能脚本

包含下方所有脚本功能

sudo bash <(curl -s https://tools.ameke.cn/tools.sh)
# 或者
sudo curl -O https://tools.ameke.cn/tools.sh && bash tools.sh

⚙️ 2. 挂载脚本

支持 iSCSI 和 NFS

sudo bash <(curl -s https://tools.ameke.cn/mt.sh)
# 或者
sudo curl -O https://tools.ameke.cn/mt.sh && bash mt.sh

🌐 3. 修改IP

sudo bash <(curl -s https://tools.ameke.cn/ip.sh)
# 或者
sudo curl -O https://tools.ameke.cn/ip.sh && bash ip.sh

🔑 4. NTP校时

sudo bash <(curl -s https://tools.ameke.cn/ntp.sh)
# 或者
sudo curl -O https://tools.ameke.cn/ntp.sh && bash ntp.sh