mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Set dest dir
This commit is contained in:
parent
6d59f5855e
commit
e8ce037236
1 changed files with 2 additions and 1 deletions
|
|
@ -43,9 +43,10 @@ GetQemuArch() {
|
|||
}
|
||||
|
||||
# Downloads QEMU static binary file for architecture
|
||||
# Usage: DownloadQemuStatic [x86_64|aarch64|arm]
|
||||
# Usage: DownloadQemuStatic [x86_64|aarch64|arm] DEST_DIR
|
||||
DownloadQemuStatic() {
|
||||
QEMU_ARCH=$1
|
||||
DEST_DIR=$2
|
||||
|
||||
if [ ! -f "${DIR}/qemu-${QEMU_ARCH}-static" ]; then
|
||||
QEMU_DOWNLOAD_URL="https://github.com/multiarch/qemu-user-static/releases/download"
|
||||
|
|
|
|||
Loading…
Reference in a new issue