summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-27 18:34:30 +0100
committerGitHub <noreply@github.com>2021-04-27 18:34:30 +0100
commitc11865f589f6813eae92c86f3d7a58ecbd06bebc (patch)
tree1978193a0a9e737b9e7d220ddd6f9f4fb9d4535a
parent04b2a1bd7bb49c7e1c30be8a23829bc667779986 (diff)
Update install.sh
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f7f9d911..a94c32af 100755
--- a/install.sh
+++ b/install.sh
@@ -50,7 +50,7 @@ __atuin_install_arch(){
__atuin_install_ubuntu(){
echo "Ubuntu detected"
# TODO: select correct AARCH too
- ARTIFACT_URL="https://github.com/account/project/releases/download/$LATEST_VERSION/atuin_$LATEST_VERSION_amd64.deb"
+ ARTIFACT_URL="https://github.com/account/project/releases/download/$LATEST_VERSION/atuin_${LATEST_VERSION}_amd64.deb"
TEMP_DEB="$(mktemp)" &&
wget -O "$TEMP_DEB" $ARTIFACT_URL