Skip to content

Commit

Permalink
Update install-atuin.sh
Browse files Browse the repository at this point in the history
Kerwood authored Jun 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f2f7756 commit 68bc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/install-atuin.sh
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@ set -euo pipefail
FOLDERNAME="atuin-x86_64-unknown-linux-gnu"
curl -LO https://github.com/atuinsh/atuin/releases/latest/download/$FOLDERNAME.tar.gz
tar -zxvf $FOLDERNAME.tar.gz
echo mv -v $FOLDERNAME/atuin /usr/bin
mv -v $FOLDERNAME/atuin /usr/bin

0 comments on commit 68bc40a

Please sign in to comment.