Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Sep 17, 2024
1 parent a20841f commit 3b79fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

curl -fL https://github.com/navrocky/dcw/releases/download/1.2.0/dcw -o /usr/local/bin/dcw
curl -fL https://github.com/navrocky/dcw/releases/download/1.2.1/dcw -o /usr/local/bin/dcw
chmod +x /usr/local/bin/dcw
curl -fL https://github.com/navrocky/dcw/raw/master/completion.bash -o /etc/bash_completion.d/dcw_completion.bash

Expand Down

0 comments on commit 3b79fe9

Please sign in to comment.