1
0
Fork 1
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:
checktheroads 2020-07-16 10:06:09 -07:00
parent ee87c34ff1
commit a1d6754351

View file

@ -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>