diff options
-rwxr-xr-x | log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ WORKING_DIR=$(dirname $0) python3 -m venv $WORKING_DIR/.venv source $WORKING_DIR/.venv/bin/activate -python3 -m pip install -r $WORKING_DIR/requirements.txt +python3 -m pip install -I --disable-pip-version-check -r $WORKING_DIR/requirements.txt if [[ $# -ne 1 ]]; then echo "You must supply a target file" |