Automatically install updates in test script (#5394)

This commit is contained in:
Joona Hoikkala
2018-01-09 08:28:52 -08:00
committed by Brad Warren
parent 62ffcf5373
commit 288c4d956c
@@ -1,6 +1,6 @@
#!/bin/bash
# Start by making sure your system is up-to-date:
yum update > /dev/null
yum update -y > /dev/null
yum install -y centos-release-scl > /dev/null
yum install -y python27 > /dev/null 2> /dev/null