Merge pull request #325 from CSRedRat/patch-1

fix script run on Ubuntu 18.04 with nano 2.9
This commit is contained in:
Anthony Scopatz 2020-08-11 20:10:30 -04:00 committed by GitHub
commit 7cdd53f352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}