1 Star 0 Fork 0

善变/packer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vagrant-linux-priv-config.sh 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
export DEBIAN_FRONTEND=noninteractive
# Update and ensure we have apt-add-repository
apt-get update
apt-get install -y software-properties-common
apt-get install -y bzr \
curl \
gcc \
git \
make \
mercurial \
zip
# Ensure we cd into the working directory on login
if ! grep "cd /opt/gopath/src/github.com/hashicorp/packer" /home/vagrant/.profile ; then
echo 'cd /opt/gopath/src/github.com/hashicorp/packer' >> /home/vagrant/.profile
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/NQL886/packer.git
git@gitee.com:NQL886/packer.git
NQL886
packer
packer
main

搜索帮助