diff options
| author | 2020-05-06 10:42:29 +0530 | |
|---|---|---|
| committer | 2020-05-06 10:42:50 +0530 | |
| commit | cfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch) | |
| tree | 124fc693a303aa6fca83f44933766be0582cb831 /plugins/upgrade | |
| parent | f438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff) | |
| download | nnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz | |
Uniform plugins
Diffstat (limited to 'plugins/upgrade')
| -rwxr-xr-x | plugins/upgrade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/upgrade b/plugins/upgrade index d166991..b2170f7 100755 --- a/plugins/upgrade +++ b/plugins/upgrade @@ -2,9 +2,10 @@ # Description: Check and update to latest version of nnn manually on Debian 9 Stretch # +# Note: This script installs a package, should be issued with admin privilege +# # Shell: POSIX-compliant # Author: Arun Prakash Jana -# NOTE: This script installs a package, should be issued with admin privilege cur="$(nnn -v)" new="$(curl -s "https://github.com/jarun/nnn/releases/latest" | grep -Eo "[0-9]+\.[0-9]+")" |