From 7e6b841b49342975f7d158405c7ccf5c7195f115 Mon Sep 17 00:00:00 2001 From: benneti Date: Sun, 3 Oct 2021 18:59:52 +0200 Subject: [PATCH] always export home Co-authored-by: Alexandre Aubin --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index ba5f558..dec91b3 100755 --- a/scripts/install +++ b/scripts/install @@ -189,9 +189,7 @@ write_bridge_config mkdir -p /var/log/$app # Configure Mautrix-Bridge python3 -m venv $final_path -if [ -z $HOME ]; then - HOME=$final_path # HACK see https://github.com/mautrix/telegram/issues/661 -fi +export HOME=$final_path # HACK see https://github.com/mautrix/telegram/issues/661 $final_path/bin/pip3 install --upgrade setuptools wheel # HACK fixes "error: invalid command 'bdist_wheel'" $final_path/bin/pip3 install --upgrade $final_path/src/mautrix-telegram.tar.gz[postgres,speedups,qr_login] # metrics,hq_thumbnails,e2be # -r optional-requirements.txt