git is the only prerequisite on CentOS

This commit is contained in:
Morgan Wattiez 2019-11-16 13:01:53 +01:00
parent 77ef71c5f4
commit 4a5fca7875
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## Prerequisites
### Centos
`yum install git which zip unzip ruby sudo -y`
`yum install git -y`
## Setup
```

View File

@ -7,6 +7,7 @@ chmod +x ~/.scripts/*.sh
case "$(uname -s)" in
Linux)
echo 'Linux'
yum install sudo -y
sudo yum groupinstall 'Development Tools' -y
sudo yum install git which zip unzip ruby curl file docker gcc make libxcrypt-compat vim-enhanced -y
;;