Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Apr 5, 2024
1 parent 60ae7ac commit 4bb7914
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash

set -e
set -x

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

echo "== Installation completed successfully =="

0 comments on commit 4bb7914

Please sign in to comment.