mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
git pull --recurse-submodules update to new docker image
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
cd /opt/koboldai
|
||||
if [[ -n update ]];then
|
||||
git pull
|
||||
git pull --recurse-submodules
|
||||
fi
|
||||
|
||||
#The goal here is to allow any directory in /content to be mapped to the appropriate dir in the koboldai dir
|
||||
|
Reference in New Issue
Block a user