Added TSDR CSIT Jobs into distribution-test Job
[releng/builder.git] / vagrant / basic-java-node / bootstrap.sh
1 #!/bin/bash
2
3 # vim: sw=4 ts=4 sts=4 et tw=72 :
4
5 yum clean all
6
7 # Make sure the system is fully up to date
8 yum update -q -y
9
10