mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
closes #62 - add epel-release to centos installation
This commit is contained in:
parent
ee87c34ff1
commit
a1d6754351
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ $ curl -sL https://rpm.nodesource.com/setup_13.x | sudo bash -
|
|||
|
||||
$ curl -sL https://dl.yarnpkg.com/rpm/yarn.repo -o /etc/yum.repos.d/yarn.repo
|
||||
|
||||
$ sudo yum -y install gcc-c++ make nodejs yarn redis
|
||||
$ sudo yum -y install epel-release gcc-c++ make nodejs yarn redis
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue