Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Update build.sh to pull bundle dependencies #82

Merged
merged 2 commits into from
Mar 24, 2015
Merged

Update build.sh to pull bundle dependencies #82

merged 2 commits into from
Mar 24, 2015

Conversation

ahmetb
Copy link
Contributor

@ahmetb ahmetb commented Mar 23, 2015

Updated build.sh script to reduce manual work for wget'ing required binaries in the bundle.

Also bumped the VirtualBox version.

Signed-off-by: Ahmet Alp Balkan ahmetalpbalkan@gmail.com

@SvenDowideit
Copy link
Contributor

LGTM - @tianon


cd ../Boot2Docker
curl -s -L -o virtualbox.exe http://download.virtualbox.org/virtualbox/4.3.26/VirtualBox-4.3.26-98988-Win.exe
virtualbox.exe -extract -silent -path . && rm virtualbox.exe # not neeeded after extraction
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SvenDowideit @tianon this guy extracts vbox msi installer for amd64 & x86. do you guys remove x86 one while bundling coz that's extra 24 MB? if so we can add another rm here.

Also bump VirtualBox version.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
@tianon
Copy link
Contributor

tianon commented Mar 24, 2015

LGTM ❤️

tianon added a commit that referenced this pull request Mar 24, 2015
Update build.sh to pull bundle dependencies
@tianon tianon merged commit 5f05dc9 into boot2docker:master Mar 24, 2015
@ahmetb ahmetb deleted the build.sh branch March 24, 2015 18:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants