testing..

This commit is contained in:
pika 2025-05-21 19:54:19 +02:00
parent 57af730a56
commit 19e7c053fb

View file

@ -73,6 +73,7 @@
if command_exists git; then if command_exists git; then
spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.." spin yellow "Cloning $PACKAGE sources at $cloneDir/neovim.."
sleep 1
if run git clone --depth=1 https://github.com/neovim/neovim.git; then if run git clone --depth=1 https://github.com/neovim/neovim.git; then
cd neovim || throw "Cannot navigate into neovim" cd neovim || throw "Cannot navigate into neovim"