1 Star 0 Fork 0

白开水/private-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bootstrap.sh 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
白开水 提交于 2022-10-03 05:24 . fix
# 检查网络环境
cd basic && sh install.sh && cd ..
ping -c 1 "google.com"
if [ $? -eq 0 ]; then
echo "使用国际网络"
export region="i18n"
else
echo "使用国内网络"
export region="cn"
fi
cd docker && bash install.sh && cd ..
cd kubectl && bash install.sh && cd ..
cd rke && bash install.sh && cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/xiehengjian/private-cloud.git
git@gitee.com:xiehengjian/private-cloud.git
xiehengjian
private-cloud
private-cloud
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385