diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-27 18:34:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 18:34:30 +0100 |
| commit | c11865f589f6813eae92c86f3d7a58ecbd06bebc (patch) | |
| tree | 1978193a0a9e737b9e7d220ddd6f9f4fb9d4535a /install.sh | |
| parent | Update install.sh (diff) | |
| download | atuin-c11865f589f6813eae92c86f3d7a58ecbd06bebc.zip | |
Update install.sh
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
