From 3b79fe95d9d10f97500f40e26f1296269ae64a7c Mon Sep 17 00:00:00 2001 From: Vladislav Navrocky Date: Tue, 17 Sep 2024 15:35:41 +0300 Subject: [PATCH] Fix install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 39f9133..f939071 100644 --- a/install.sh +++ b/install.sh @@ -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