mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 09:44:03 +01:00
Update install.sh
😳 oops
This commit is contained in:
parent
c11865f589
commit
6cc5006b10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user