fix: alakazam update process

This commit is contained in:
2025-11-25 14:16:01 +01:00
parent c4440df43e
commit 96380b8ed3

View File

@ -6,6 +6,7 @@ VENV_PATH=$SCRIPT_DIR/.venv
# check if venv exists
if [ ! -d $VENV_PATH -o "$1" == "install" ]; then
cd $SCRIPT_DIR
git pull --recurse-submodules
echo install virtual environment: $VENV_PATH
rm -rf $VENV_PATH