From 8b9f0e748ded46e64cdcf66c4eef21e63a2d5418 Mon Sep 17 00:00:00 2001 From: clement94310 Date: Thu, 12 Oct 2023 16:19:42 +0200 Subject: [PATCH] change fetch --- bootstrap-gruntwork-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-gruntwork-installer.sh b/bootstrap-gruntwork-installer.sh index b9cc9c7..7fed3b4 100755 --- a/bootstrap-gruntwork-installer.sh +++ b/bootstrap-gruntwork-installer.sh @@ -23,8 +23,8 @@ set -e readonly BIN_DIR="/usr/local/bin" readonly USER_DATA_DIR="/etc/user-data" -readonly DEFAULT_FETCH_VERSION="v0.4.6" -readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download" +readonly DEFAULT_FETCH_VERSION="v1.0.0" +readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gads-citron/fetch/releases/download" readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch" readonly GRUNTWORK_INSTALLER_DOWNLOAD_URL_BASE="https://raw.githubusercontent.com/gads-citron/gruntwork-installer"