diff --git a/scripts/restore b/scripts/restore index e2dd395..b27093c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -123,6 +123,7 @@ ynh_restore_file --origin_path="/var/log/$app" #mkdir -p /var/log/$app # Configure Mautrix-Bridge python3 -m venv $final_path +export HOME=$final_path $final_path/bin/pip3 install --upgrade pip setuptools wheel # Pre-compiled python-olm to avoid libolm-dev, python3-dev