diff options
| author | 2019-05-05 08:20:35 +0530 | |
|---|---|---|
| committer | 2019-05-22 08:44:19 +0530 | |
| commit | b764055314ac281206f370d49e49ee9faf8b24e7 (patch) | |
| tree | dd6ff63efee5196dc7f21a292a1481f197c12d19 /plugins/getplugs | |
| parent | 5cd8578799f8fa14e9e4b0d5304b228a1eebd972 (diff) | |
| download | nnn-b764055314ac281206f370d49e49ee9faf8b24e7.tar.gz | |
Update getplugs to set up nlauch
Diffstat (limited to 'plugins/getplugs')
| -rwxr-xr-x | plugins/getplugs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/getplugs b/plugins/getplugs index 817d5aa..14184c3 100755 --- a/plugins/getplugs +++ b/plugins/getplugs @@ -10,5 +10,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/* . -cp -vf nnn-master/scripts/nlaunch/nlaunch . +sudo mv -vf nnn-master/scripts/nlaunch/nlaunch /usr/local/bin/ rm -rf nnn-master/ master.tar.gz README.md |