From 5ce1a14b9c8c042745152f11e1bfe48c4f93cf50 Mon Sep 17 00:00:00 2001 From: andreszorro Date: Tue, 24 Sep 2024 14:13:20 +0000 Subject: [PATCH] [skip ci]: Updated install script Signed-off-by: GitHub Actions Bot <41898282+github-actions[bot]@users.noreply.github.com> --- docs/assets/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/install.sh b/docs/assets/install.sh index cfc19bd..c07f2b6 100755 --- a/docs/assets/install.sh +++ b/docs/assets/install.sh @@ -57,7 +57,7 @@ download_file() { install_tool() { # download the tarball - version="0.6.4" + version="0.6.5" repo="FormulaMonks/scaffoldizr" os="$(get_os)" arch="$(get_arch)"