1 Star 0 Fork 0

angel/retool-onpremise

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
get-docker.sh 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Spencer 提交于 2021-02-06 05:28 +08:00 . remove comment
# adapted from https://askubuntu.com/questions/459402/how-to-know-if-the-running-platform-is-ubuntu-or-centos-with-help-of-a-bash-scri
command_present() {
type "$1" >/dev/null 2>&1
}
if ! command_present wget && command_present yum; then
sudo yum install wget
fi
wget -qO- https://get.docker.com/ | sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/animatios/retool-onpremise.git
git@gitee.com:animatios/retool-onpremise.git
animatios
retool-onpremise
retool-onpremise
master

搜索帮助