Accidentally had a negative which should have been a positive, this should fix repo downloads.
This commit is contained in:
henk717 2021-12-05 18:34:20 +01:00 committed by GitHub
parent a442a2a67e
commit 337941e356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if [ "$init" != "skip" ]; then
cd /content
else
cd /content
if [ ! -z ${git+x} ]; then
if [ -z ${git+x} ]; then
if [ "$git" == "united" ]; then
git clone https://github.com/henk717/KoboldAI-Client
fi