Searched full:wget (Results 1 – 25 of 69) sorted by relevance
123
22 if ! which wget >/dev/null; then23 echo "Error: wget is required to download the files"25 echo "sudo apt-get install wget"53 wget --continue "$dxsdk_url"
51 wget_cmd = 'wget -O /tmp/wget.log %s' % url55 logging.debug('Able to wget URL.')57 logging.error('Could not wget URL; trying again.')59 grep_url_cmd = 'cat /tmp/wget.log | grep %s' % pattern
31 - cinst cmake.portable wget 7zip.commandline37 …wget --no-check-certificate https://01.org/sites/default/files/libxml2-x86_64-3eaedba1b64180668fda…40 …wget --no-check-certificate https://01.org/sites/default/files/libxml2-x86_64-debug-3eaedba1b64180…43 wget --no-check-certificate https://01.org/sites/default/files/asio-1.10.6.tar.gz &&48 …wget --no-check-certificate https://raw.github.com/philsquared/Catch/v1.2.1/single_include/catch.h…
39 - wget https://codecov.io/bash -O $HOME/codecov; chmod +x $HOME/codecov41 - wget --directory-prefix $PREFIX/include43 - wget 'https://01.org/sites/default/files/asio-1.10.6.tar.gz'
39 if [ -x "$(WGET)" ] ; then \40 $(WGET) $(TARBALLURL_2) ; \51 if [ -x "$(WGET)" ] ; then \52 $(WGET) $(TARBALLURL) ; \
12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
50 wget -q $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/$TAR \51 || { wget -q -O- $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/${TAR%bz2}gz \
26 wget -q http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
39 ( cd $DOWNLOADS && wget -q $SRCURL/$TAR )
34 wget http://python-distribute.org/distribute_setup.py46 wget http://peak.telecommunity.com/dist/ez_setup.py
41 * If you are on Linux or Mac and have "curl" or "wget" installed, you can 48 wget https://codereview.appspot.com/download/issue6201055_1.diff
35 wget http://python-distribute.org/distribute_setup.py47 wget http://peak.telecommunity.com/dist/ez_setup.py
27 wget http://pypi.python.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz34 wget http://www.antlr2.org/download/antlr-$ANTLR2_VERSION.tar.gz
21 wget http://d-i.debian.org/daily-images/arm64/daily/netboot/debian-installer/arm64/linux23 wget http://d-i.debian.org/daily-images/arm64/daily/netboot/debian-installer/arm64/initrd.gz
21 wget ftp://ftp.sunet.se/pub/Linux/distributions/debian/dists/wheezy/main/installer-mips/current/ima…23 wget ftp://ftp.sunet.se/pub/Linux/distributions/debian/dists/wheezy/main/installer-mips/current/ima…
75 …(cd $TEMP && wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-bin.z…76 …(cd $TEMP && wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-lib.z…
66 the FTP site given above. Either manually download or use wget:69 $ wget "ftp://ftp.iana.org/tz/releases/tzdata*.tar.gz"
12 Dropped files: cyg-ipfw.exe, cygwin1.dll, testme.bat, wget.exe.
7 wget http://hg.mozilla.org/users/bjacob_mozilla.com/webgl-perf-tests/archive/tip.tar.bz2
5 wget_cmd_pattern = ('wget --connect-timeout=15 --retry-connrefused '
131 wget_cmd_pattern = 'wget --connect-timeout=15 -nv %s -O %s'143 """ Run a simple 30 second wget on the repository to see if it is151 # build up a wget command180 logging.error('wget failed: %s', result)190 'wget error code: %d' % (filename, package_url,
20 # or wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable-src.tgz
9 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
36 wget ftp://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2
37 wget "http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py" -O googlecode_upload.py