mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
update RHEL distro used from box-cutter/centos70
to box-cutter/centos73
`box-cutter/centos70` no longer available
This commit is contained in:
parent
9a7adc46f8
commit
2d8f0fadd7
@ -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.
|
||||
```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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user