From 8ee7f3008c5ca0c20d9757c55ee4134eed9e8a01 Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Mon, 23 Apr 2018 14:22:19 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fca5835..7f9b232 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ echo "Building virtualenv..." cp requirements.txt lenovo_fix.py "$INSTALL_DIR" cd "$INSTALL_DIR" virtualenv -p /usr/bin/python3 venv -source venv/bin/activate +. venv/bin/activate pip install -r requirements.txt echo "Enabling and starting systemd service..."