mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7387 from chhschou/patch-1
update RHEL distro used from `box-cutter/centos70` to `box-cutter/cen…
This commit is contained in:
commit
5956e63745
@ -51,7 +51,7 @@ This defines what pre-built Operating System the vagrant machine will be using.
|
|||||||
|
|
||||||
We've chosen to use `RHEL7.0`, but you can easily change it to suit your needs.
|
We've chosen to use `RHEL7.0`, but you can easily change it to suit your needs.
|
||||||
```ruby
|
```ruby
|
||||||
config.vm.box = "box-cutter/centos70"
|
config.vm.box = "box-cutter/centos73"
|
||||||
```
|
```
|
||||||
|
|
||||||
*Important*: Because this is redhat, the shell commands used later on will be using `yum install` instead of `apt-get install` for Debian based boxes.
|
*Important*: Because this is redhat, the shell commands used later on will be using `yum install` instead of `apt-get install` for Debian based boxes.
|
||||||
|
Loading…
Reference in New Issue
Block a user