summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 691af72..3732c33 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-VERSION=0.0.20
+VERSION=0.0.21
echo -n "Fetching release tarballs ... "
-for arch in amd64:amd64 386:i386 arm:armhf; do
+for arch in amd64:amd64 386:i386 arm:armhf arm64:arm64; do
goarch=${arch%:*}
debarch=${arch#*:}
wget -nc https://github.com/hlandau/acme/releases/download/v$VERSION/acmetool-v$VERSION-linux_$goarch.tar.gz 2> /dev/null