testing..
This commit is contained in:
parent
395619c3b8
commit
ec07cdd578
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue