Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Update changes to follow upstream org change.
  • Loading branch information
jinnko authored Aug 3, 2023
1 parent b39e3a6 commit 3fa316b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ __atuin_install_arch(){
__atuin_install_ubuntu(){
if [ "$(dpkg --print-architecture)" = "amd64" ]; then
echo "Ubuntu detected"
ARTIFACT_URL="https://github.com/ellie/atuin/releases/download/$LATEST_VERSION/atuin_${LATEST_VERSION//v/}_amd64.deb"
ARTIFACT_URL="https://github.com/atuinsh/atuin/releases/download/$LATEST_VERSION/atuin_${LATEST_VERSION//v/}_amd64.deb"

TEMP_DEB="$(mktemp)".deb &&
curl -Lo "$TEMP_DEB" "$ARTIFACT_URL"
Expand Down Expand Up @@ -153,7 +153,7 @@ __atuin_install_cargo(){

__atuin_install_unsupported(){
echo "Unknown or unsupported OS or architecture"
echo "Please check the README at https://github.com/ellie/atuin for manual install instructions"
echo "Please check the README at https://github.com/atuinsh/atuin for manual install instructions"
echo "If you have any problems, please open an issue!"

while true; do
Expand Down

0 comments on commit 3fa316b

Please sign in to comment.