Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 454 Bytes

File metadata and controls

24 lines (19 loc) · 454 Bytes

shells

描述:常用一些Linux脚本

Centos 安装 docker

sudo curl -sSL https://git.io/fprs7 | bash

# 下载安装包:https://download.docker.com/linux/centos/

Centos 安装 vim

sudo curl -sSL https://git.io/fpX2B | bash

Centos 安装 rbenv 和 ruby 依赖

sudo curl -sSL https://git.io/fpX2F | bash

Centos7 安装最新版 Nginx

sudo curl -sSL https://git.io/fjolN | bash