summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-27 18:42:16 +0100
committerGitHub <noreply@github.com>2021-04-27 18:42:16 +0100
commit6cc5006b106643d9b2f00448e713d152611637e2 (patch)
tree573a49081a8c638c8737fa8393a16556eaa62e1f
parentc11865f589f6813eae92c86f3d7a58ecbd06bebc (diff)
Update install.sh
:flushed: oops
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index a94c32af..70155c40 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/ellie/atuin/releases/download/$LATEST_VERSION/atuin_${LATEST_VERSION}_amd64.deb"
TEMP_DEB="$(mktemp)" &&
wget -O "$TEMP_DEB" $ARTIFACT_URL