summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-x.circleci/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/release.sh b/.circleci/release.sh
index 5586d24..b502c89 100755
--- a/.circleci/release.sh
+++ b/.circleci/release.sh
@@ -20,13 +20,13 @@ fi
# Install ghr
GHR_VERSION="v0.5.4"
-wget --quiet \
+curl -O \
"https://github.com/tcnksm/ghr/releases/download/${GHR_VERSION}/ghr_${GHR_VERSION}_linux_386.zip"
unzip ghr_${GHR_VERSION}_linux_386.zip
# Install upx
UPX_VERSION="3.94"
-wget --quiet \
+curl -O \
"https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz"
tar xf upx-${UPX_VERSION}-amd64_linux.tar.xz
mv upx-${UPX_VERSION}-amd64_linux/upx .