Use apt-get consitently instead of new apt only

This commit is contained in:
jonpas 2016-10-11 14:21:54 +02:00
parent 627a11545a
commit cbbdd6f939

View File

@ -38,8 +38,8 @@
- Install `ruby2.0`, `rbuy2.0-dev` and `ruby-switch`
```
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt update
sudo apt install ruby2.0 ruby2.0-dev ruby-switch
sudo apt-get update
sudo apt-get install ruby2.0 ruby2.0-dev ruby-switch
```
- Set Ruby version