aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/getplugs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/getplugs b/plugins/getplugs
index a42bab1..b460d83 100755
--- a/plugins/getplugs
+++ b/plugins/getplugs
@@ -15,5 +15,5 @@ cd ~/.config/nnn/plugins
wget -nv --show-progress https://github.com/jarun/nnn/archive/master.tar.gz
tar -xf master.tar.gz
cp -vf nnn-master/plugins/* .
-sudo mv -vf nnn-master/scripts/nlaunch/nlaunch /usr/local/bin/
+sudo mv -vf nnn-master/misc/nlaunch/nlaunch /usr/local/bin/
rm -rf nnn-master/ master.tar.gz README.md