testing..

This commit is contained in:
pika 2025-05-21 21:49:05 +02:00
parent e0aea179ab
commit c27def34ac

View file

@ -75,8 +75,9 @@
cd $cloneDir || mkdir $cloneDir && cd $cloneDir
line
if command_exists git; then
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
if command_exists git; then
sleep 1
if run --err err git clone --depth=1 https://github.com/neovim/neovim.git; then
check "Cloned sources"