Skip to content

Commit 3434e12

Browse files
authored
Update name extracted from master.zip
The master.zip contains a folder "nano-syntax-highlighting-master" now in the fork where originally it extracted as "nanorc-master".
1 parent 3fe06e5 commit 3434e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ _fetch_sources(){
1212

1313
cd ~/.nano/ || exit
1414
unzip -o "/tmp/nanorc.zip"
15-
mv nanorc-master/* ./
16-
rm -rf nanorc-master
15+
mv nano-syntax-highlighting-master/* ./
16+
rm -rf nano-syntax-highlighting-master
1717
rm /tmp/nanorc.zip
1818
}
1919

0 commit comments

Comments
 (0)