Update colabkobold.sh

This commit is contained in:
henk717
2022-01-17 05:22:29 +01:00
committed by GitHub
parent bc3141b2e6
commit e69c76c397

View File

@ -89,12 +89,15 @@ if [ "$init" != "skip" ]; then
else else
cd /content cd /content
if [ ! -z ${git+x} ]; then if [ ! -z ${git+x} ]; then
if [ "$git" == "Stable" ]; then if [ "$git" == "Official" ]; then
git clone https://github.com/koboldai/KoboldAI-Client git clone https://github.com/koboldai/KoboldAI-Client
fi fi
if [ "$git" == "United" ]; then if [ "$git" == "United" ]; then
git clone https://github.com/henk717/KoboldAI-Client git clone https://github.com/henk717/KoboldAI-Client
fi fi
if [ "$git" == "united" ]; then
git clone https://github.com/henk717/KoboldAI-Client
fi
git clone $git git clone $git
else else
git clone https://github.com/koboldai/KoboldAI-Client git clone https://github.com/koboldai/KoboldAI-Client