From e69c76c397b13fe6e7ea193a237be3199099d97d Mon Sep 17 00:00:00 2001 From: henk717 Date: Mon, 17 Jan 2022 05:22:29 +0100 Subject: [PATCH] Update colabkobold.sh --- colabkobold.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/colabkobold.sh b/colabkobold.sh index 33b8fc73..56c46e41 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -89,12 +89,15 @@ if [ "$init" != "skip" ]; then else cd /content if [ ! -z ${git+x} ]; then - if [ "$git" == "Stable" ]; then + if [ "$git" == "Official" ]; then git clone https://github.com/koboldai/KoboldAI-Client fi if [ "$git" == "United" ]; then git clone https://github.com/henk717/KoboldAI-Client fi + if [ "$git" == "united" ]; then + git clone https://github.com/henk717/KoboldAI-Client + fi git clone $git else git clone https://github.com/koboldai/KoboldAI-Client