mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
fix wrong file naming
folder contained in zip file is named different than branch / zip url
This commit is contained in:
parent
02370c97e4
commit
e4e892184a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue