From 2c3b5e2f78cf7b82d242da978d820d7beda2d90a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 27 Sep 2019 21:01:55 +0530 Subject: Add command to download plugins --- plugins/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/upgrade') diff --git a/plugins/upgrade b/plugins/upgrade index 83b9949..8dd3b5a 100755 --- a/plugins/upgrade +++ b/plugins/upgrade @@ -15,7 +15,7 @@ if [ $cur_ver == $new_ver ]; then fi # get the package -wget "https://github.com/jarun/nnn/releases/download/v$new/nnn_$new-1_debian9.amd64.deb" +curl -Ls -O "https://github.com/jarun/nnn/releases/download/v$new/nnn_$new-1_debian9.amd64.deb" # install it sudo dpkg -i nnn_$new-1_debian9.amd64.deb -- cgit v1.2.3-70-g09d2