60 Star 313 Fork 103

毕升Office / 毕升Office一键部署

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
preinstall-ubuntu.sh 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
毕升Office 提交于 2020-11-26 11:54 . update preinstall-ubuntu.sh.
#!/usr/bin/env bash
apt-get -y update
apt-get -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
apt-get -y update
apt-get -y install docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl enable docker
curl -L \
http://bisheng-public.oss-cn-zhangjiakou.aliyuncs.com/resource/docker/docker-compose \
-o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Shell
1
https://gitee.com/ibisheng/deploy.git
git@gitee.com:ibisheng/deploy.git
ibisheng
deploy
毕升Office一键部署
master

搜索帮助