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

Commit aa58615

Browse files
committed
Use 7zip
1 parent 9c67d38 commit aa58615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup_linux_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ pushd deps
77

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

1313
# extract CEF
1414
rm -rf cef
15-
unzip cef.zip
15+
7za x cef.7z
1616
mv $zipname cef
1717

1818
# get libudev0 for Ubuntu 13.04

0 commit comments

Comments
 (0)