Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pre_build « hooks « plugin « docker « tools - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 723e35161231a3bc9b16a01f6a73ee363a499fde (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -ex

WORK_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
source "$WORK_DIR/../../lib/common"

RegisterQemuHandlers
for TARGET_ARCH in "${ALL_TARGET_ARCH[@]}"; do
    DownloadQemuStatic "${TARGET_ARCH}"
done