testing..
This commit is contained in:
parent
ac8b7261f7
commit
0e6049bf61
1 changed files with 4 additions and 5 deletions
|
@ -111,19 +111,18 @@
|
||||||
|
|
||||||
line
|
line
|
||||||
|
|
||||||
spin yellow "Cloning $(pen bold red $PACKAGE) sources at $(pen red $cloneDir/neovim).."
|
spin yellow "Cloning $(pen bold red $PACKAGE) $(pen yellow 'sources at') $(pen red $cloneDir/neovim).."
|
||||||
|
|
||||||
if command_exists git; then
|
if command_exists git; then
|
||||||
sleep 1
|
sleep 1
|
||||||
if runer git clone --depth=1 https://github.com/neovim/neovim.git; then
|
if run --err err git clone --depth=1 https://github.com/neovim/neovim.git; then
|
||||||
check green "Cloned $PACKAGE sources"
|
|
||||||
line
|
line
|
||||||
|
check green "Cloned $PACKAGE sources"
|
||||||
cd neovim || throw "Cannot navigate into neovim"
|
cd neovim || throw "Cannot navigate into neovim"
|
||||||
# pen ${output:-}
|
# pen ${output:-}
|
||||||
else
|
else
|
||||||
throw "Cannot clone the repo.."
|
throw "Cannot clone the repo.."
|
||||||
pen bold red "The error: $err"
|
pen bold red "The error: ${err:-}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo_error "Git was required, but is missing.. exiting now"
|
echo_error "Git was required, but is missing.. exiting now"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue