testing..

This commit is contained in:
pika 2025-05-21 22:09:36 +02:00
parent 395619c3b8
commit ec07cdd578

View file

@ -33,7 +33,7 @@
rm "$import"
# echo_warning "cleaned $import"
source-script "https://git.k4li.de/scripts/beddu/raw/branch/main/dist/beddu.sh"
source-script "https://git.k4li.de/pika/beddu/raw/branch/main/dist/beddu.sh"
}
getDependencies() {
@ -75,13 +75,13 @@
cd $cloneDir || mkdir $cloneDir && cd $cloneDir
line
# spin "Cloning $PACKAGE sources at $cloneDir/neovim.."
spin "Testing.."
spin yellow "Cloning $(pen bold red $PACKAGE) sources at $(pen red $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"
check green "Cloned $PACKAGE sources"
line
cd neovim || throw "Cannot navigate into neovim"