This commit is contained in:
pika 2025-05-24 17:59:14 +02:00
parent 35ba2c3de5
commit 6629c72bfa

View file

@ -73,7 +73,7 @@
# line # line
spin yellow "Cloning $(pen bold red ${PACKAGE:-neovim}) $(pen yellow 'sources at') $(pen red $cloneDir/neovim).." spin yellow bold "Cloning $(pen bold red ${PACKAGE:-neovim}) $(pen bold yellow 'sources at') $(pen red $cloneDir/neovim).."
sleep 0.3 sleep 0.3
if command_exists git; then if command_exists git; then
if run --err err 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