mirror of
https://github.com/scopatz/nanorc
synced 2024-11-05 01:00:00 +01:00
Merge pull request #325 from CSRedRat/patch-1
fix script run on Ubuntu 18.04 with nano 2.9
This commit is contained in:
commit
7cdd53f352
@ -12,8 +12,8 @@ _fetch_sources(){
|
||||
|
||||
cd ~/.nano/ || exit
|
||||
unzip -o "/tmp/nanorc.zip"
|
||||
mv nanorc-v2.9/* ./
|
||||
rm -rf nanorc-v2.9
|
||||
mv nanorc-2.9/* ./
|
||||
rm -rf nanorc-2.9
|
||||
rm /tmp/nanorc.zip
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user