mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 18:33:54 +00:00
Merge pull request #615 from theopolis/centos_makeinfo
Add texinfo to CentOS provision
This commit is contained in:
commit
b6e72c2f01
@ -433,6 +433,8 @@ function main() {
|
||||
if [[ -z $(rpm -qa | grep 'kernel-headers-3.10.0-123.9.3.el7.x86_64') ]]; then
|
||||
sudo rpm -iv ftp://rpmfind.net/linux/centos/7.0.1406/updates/x86_64/Packages/kernel-headers-3.10.0-123.9.3.el7.x86_64.rpm
|
||||
fi
|
||||
|
||||
package texinfo
|
||||
package git-all
|
||||
package unzip
|
||||
package xz
|
||||
|
Loading…
Reference in New Issue
Block a user