JeffreyWay / Vagrant-Setup

My Vagrant install script
251 stars 104 forks source link

Removed duplicate apt-get update. #1

Closed BeingTomGreen closed 10 years ago

alxy commented 10 years ago

+1 for this one. 3 times apt-get update is definetly not neccessary.

alxy commented 10 years ago

@JeffreyWay : There is still one update too much: https://github.com/JeffreyWay/Vagrant-Setup/blob/master/install.sh#L18-L19

JeffreyWay commented 10 years ago

I think that second one is needed.

alxy commented 10 years ago

You are right. Missed that you added a package-source there. You could restructure it, but it is a minor thing :P