aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/upgrade')
-rwxr-xr-xplugins/upgrade3
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]+")"