Skip to content

Commit

Permalink
Merge pull request #88 from dhensby/pulls/fix-81
Browse files Browse the repository at this point in the history
Adding fix to allow `yum update` to work
  • Loading branch information
willmorgan committed Aug 3, 2015
2 parents 76815a8 + 73ec5b7 commit 70b9338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ if [ ! "$(grep single-request-reopen /etc/resolv.conf)" ];
then echo 'options single-request-reopen' >> /etc/resolv.conf && systemctl restart network;
fi

yum install -y kernel-devel-$(uname -r) kernel-headers-$(uname -r)
/etc/init.d/vboxadd setup

echo "Bootstrap complete"

0 comments on commit 70b9338

Please sign in to comment.