testing..
This commit is contained in:
parent
e0aea179ab
commit
c27def34ac
1 changed files with 2 additions and 1 deletions
|
@ -75,8 +75,9 @@
|
|||
cd $cloneDir || mkdir $cloneDir && cd $cloneDir
|
||||
|
||||
line
|
||||
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
|
||||
|
||||
if command_exists git; then
|
||||
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
|
||||
sleep 1
|
||||
if run --err err git clone --depth=1 https://github.com/neovim/neovim.git; then
|
||||
check "Cloned sources"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue