Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jun 19, 2023
1 parent cfc5a9b commit f33ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Expand Up @@ -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}"

Expand Down

0 comments on commit f33ffd8

Please sign in to comment.