Searched full:wget (Results 1 – 25 of 251) sorted by relevance
1234567891011
9 if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done…15 wget ${ARTIFACTS_URL}/lava-rootfs.tgz -O rootfs.tgz24 wget ${ARTIFACTS_URL}/Image25 wget ${ARTIFACTS_URL}/Image.gz26 wget ${ARTIFACTS_URL}/cheza-kernel34 wget ${ARTIFACTS_URL}/$DTB42 wget ${ARTIFACTS_URL}/zImage47 wget ${ARTIFACTS_URL}/$DTB
48 wget \63 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \84 && wget https://www.openssl.org/source/openssl-1.1.1a.tar.gz -qO- | tar xz \94 && wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz -qO- | tar xz \104 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.3/gnutls-3.3.8.tar.xz -qO- | tar xJ \115 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.1.tar.gz -qO- | tar xz \125 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.4/gnutls-3.4.10.tar.xz -qO- | tar xJ \138 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.7.3.tar.gz -qO- | tar xz \148 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.2.tar.xz -qO- | tar xJ \
6 wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \12 wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \15 wget -O - \
8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-…9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java…10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui…11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.…
1 /* wget.c - Simple downloader to get the resource file from a HTTP server29 USE_WGET(NEWTOY(wget, "<1>1(max-redirect)#<0=20d(debug)O(output-document):p(post-data):", TOYFLAG_U…31 config WGET32 bool "wget"35 usage: wget [OPTIONS]... [URL]42 wget http://www.example.com45 bool "Enable HTTPS support for wget via LibTLS"47 depends on WGET && !TOYBOX_LIBCRYPTO49 Enable HTTPS support for wget by linking to LibTLS.236 char agent[] = "toybox wget/" TOYBOX_VERSION; in wget_main()
16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1…22 wget \61 && wget https://github.com/python/cpython/archive/v3.7.5.tar.gz \88 && wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.3.tar.gz \
17 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \18 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1…23 wget \62 && wget https://github.com/python/cpython/archive/v3.7.5.tar.gz \89 && wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.3.tar.gz \
18 wget \57 && wget https://github.com/python/cpython/archive/v3.7.5.tar.gz \85 … && wget https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-Linux-x86_64.sh \92 && wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.3.tar.gz \104 && wget https://mirrors.huaweicloud.com/nodejs/v12.18.4/node-v12.18.4-linux-x64.tar.gz \
37 WGET="$(command -v wget)"45 test -z "$WGET" || test ! -x "$WGET" && return48 wget -O $SHFILE "https://www.alsa-project.org/alsa-info.sh" >/dev/null 2>&1861 # Check if wget is installed, and supports --post-file.862 if ! wget --help 2>/dev/null | grep -q post-file; then863 # We couldn't find a suitable wget. If --upload was passed, tell the user to upload manually.868 …rg'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wg…870 …ca'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wg…877 echo " 1. Couldn't find 'wget' in your PATH"878 echo " 2. Your version of wget is less than 1.8.2"[all …]
22 wget25 wget https://raw.githubusercontent.com/net-snmp/net-snmp/master/mibs/SNMPv2-SMI.txt \32 wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/qcom/a530_pf…
45 @echo "It requires all the normal build tools require to build libsndfile plus wget."62 (cd $(tarball_dir) && wget $(download_url)flac/$(flac_tarball) -O $(flac_tarball))66 (cd $(tarball_dir) && wget $(download_url)ogg/$(ogg_tarball) -O $(ogg_tarball))70 (cd $(tarball_dir) && wget $(download_url)vorbis/$(vorbis_tarball) -O $(vorbis_tarball))74 (cd $(tarball_dir) && wget https://archive.mozilla.org/pub/opus/$(opus_tarball) -O $(opus_tarball))
15 wget \54 && wget https://github.com/python/cpython/archive/v3.7.5.tar.gz \82 … && wget https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-Linux-x86_64.sh \89 && wget https://mirrors.huaweicloud.com/nodejs/v12.18.4/node-v12.18.4-linux-x64.tar.gz \
17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz227 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz237 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
38 wget http://www.cmake.org/files/v3.18/cmake-3.18.6.tar.gz48 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip53 wget -q https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
31 wget -c -O ${BASEPATH}/model/add_extend.ms --no-check-certificate ${MODEL_DOWNLOAD_URL}34 wget -c -O ${BASEPATH}/model/add.ms --no-check-certificate ${MODEL_DOWNLOAD_URL2}37 …wget -c -O ${BASEPATH}/build/${MINDSPORE_FILE} --no-check-certificate ${MINDSPORE_LITE_DOWNLOAD_UR…