修补问题

This commit is contained in:
ysh 2025-07-18 11:40:00 +08:00
parent 949f303edd
commit ed9c03380b

View File

@ -28,8 +28,8 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi
echo "########## 先清理K8S缓存/环境 ###########"
/opt/k8s_uninstall.sh || log_error "清理K8S环境失败,请检查脚本或手动清理残留"
# echo "########## 先清理K8S缓存/环境 ###########"
# /opt/k8s_uninstall.sh || log_error "清理K8S环境失败,请检查脚本或手动清理残留"
# 新ubuntu18.04设备环境先换阿里源:
cp /etc/apt/sources.list /etc/apt/sources.list.bak