no cache dir for venv/pip

This commit is contained in:
b068931cc450442b63f5b3d276ea4297 2024-01-12 15:30:52 +01:00
parent 6d7c86dfdb
commit 20925f3c1f

View File

@ -188,7 +188,7 @@ check_dependencies() {
python3 -m venv /usr/share/spyguard/spyguard-venv
source /usr/share/spyguard/spyguard-venv/bin/activate
echo -e "\e[39m[+] Install Python packages...\e[39m"
python3 -m pip install -r "$SCRIPT_PATH/assets/requirements.txt"
python3 -m pip install -r "$SCRIPT_PATH/assets/requirements.txt" --no-cache-dir
}
get_version() {