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

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