From f33ffd815fa50930b06214b752d076f30cafa4e7 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 19 Jun 2023 21:21:30 +0700 Subject: [PATCH] Fix install script --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 17681da9b..b6bd9c0e8 100755 --- a/scripts/install +++ b/scripts/install @@ -174,7 +174,7 @@ get_arch() { install_umbrel() { version=$(get_umbrel_version) - arch=$(get_arch) + binary_arch=$(get_arch) curl --location "https://api.github.com/repos/${UMBREL_REPO}/tarball/${version}" | \ tar --extract --gzip --strip-components=1 --directory="${UMBREL_INSTALL_PATH}"