Skip to content

Commit a9c6844

Browse files
authored
Merge pull request #1 from RedFlames/RedFlames-install-sh-folder
Update name extracted from master.zip
2 parents 3fe06e5 + 3434e12 commit a9c6844

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)