diff --git a/install.sh b/install.sh index 707b54c..4274eb5 100644 --- a/install.sh +++ b/install.sh @@ -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 =="