Fix update script for EC2

git-svn-id: https://zxing.googlecode.com/svn/trunk@2901 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-10-14 00:26:01 +00:00
parent 65ce3f0896
commit e5caf5b8cf

View file

@ -1,4 +1,8 @@
packages:
yum:
pystache: []
commands:
yum_update:
command: yum update -y
command: yum -y update
ignoreErrors: true