mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-18 03:11:23 +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(){
|
__atuin_install_ubuntu(){
|
||||||
echo "Ubuntu detected"
|
echo "Ubuntu detected"
|
||||||
# TODO: select correct AARCH too
|
# 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)" &&
|
TEMP_DEB="$(mktemp)" &&
|
||||||
wget -O "$TEMP_DEB" $ARTIFACT_URL
|
wget -O "$TEMP_DEB" $ARTIFACT_URL
|
||||||
|
Loading…
Reference in New Issue
Block a user