forked from moritz/alakazam
fix: alakazam update process
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user