1 Star 3 Fork 1

V./init

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init_global.sh 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
V. 提交于 2016-02-28 21:28 . 添加初始化库
#!/bin/bash
# Created Time: 2016-02-27 20:48:41
# Modified Time: 2016-02-28 16:09:57
#这告诉bash一但有任何一个语句返回非真的值,则退出bash。
set -e
sudo apt-get install -y build-essential
sudo apt-get install -y gdb
sudo apt-get install -y pkg-config
sudo apt-get install -y autoconf
sudo apt-get install -y libtool
sudo apt-get install -y zlib1g-dev
sudo apt-get install -y liblzma-dev
sudo apt-get install -y libbz2-dev
sudo apt-get install -y uuid-dev
sudo apt-get install -y libprotobuf-dev protobuf-compiler
sudo apt-get install -y libssl-dev
sudo apt-get install -y libtinyxml-dev
#sudo apt-get install -y postgresql
#sudo apt-get install -y libpq-dev
sudo apt-get install -y ragel
sudo apt-get install -y python
sudo apt-get install -y python-dev
#sudo apt-get install -y python-pip
sudo apt-get install -y clang llvm libclang-dev
sudo apt-get install -y golang
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y ssh
sudo apt-get install -y vim
sudo apt-get install -y cmake
sudo apt-get install -y git
sudo apt-get install -y bash-completion
sudo apt-get install -y curl
sudo apt-get install -y apache2-utils
sudo apt-get install -y lrzsz
sudo apt-get install -y screen
sudo apt-get install -y checkinstall
sudo apt-get install -y htop sysstat
#sudo apt-get install -y google-chrome-stable
#set +e
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/vic.liu/init.git
git@gitee.com:vic.liu/init.git
vic.liu
init
init
master

搜索帮助