Improved command flow
This commit is contained in:
parent
12c18a838d
commit
d117c3b797
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
yum update -y
|
||||
yum upgrade -y
|
||||
yum install -y cmake make git openssl-devel libmicrohttpd-devel centos-release-scl-rh
|
||||
yum install -y git
|
||||
yum install -y cmake make openssl-devel libmicrohttpd-devel centos-release-scl-rh
|
||||
yum install -y --nogpgcheck devtoolset-6-gcc devtoolset-6-binutils devtoolset-6-gcc-c++
|
||||
rpm -i https://github.com/sipcapture/captagent/raw/master/dependency/centos/6/libuv-1.8.0-1.el6.x86_64.rpm
|
||||
rpm -i https://github.com/sipcapture/captagent/raw/master/dependency/centos/6/libuv-devel-1.8.0-1.el6.x86_64.rpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue