Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Use 7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Jun 11, 2013
1 parent 9c67d38 commit aa58615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pushd deps

# download CEF
if [ ! -f cef.zip ]; then
wget -O cef.zip https://drive.google.com/uc?export=download&id=0B7as0diokeHxMVpTOTM5NUJwemM
wget -O cef.7z https://drive.google.com/uc?export=download&id=0B7as0diokeHxMVpTOTM5NUJwemM
fi

# extract CEF
rm -rf cef
unzip cef.zip
7za x cef.7z
mv $zipname cef

# get libudev0 for Ubuntu 13.04
Expand Down

0 comments on commit aa58615

Please sign in to comment.