Update install.sh

This commit is contained in:
Francesco Palmarini 2018-04-23 14:22:19 +02:00 committed by GitHub
parent abc29d148a
commit 8ee7f3008c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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..."