Browse Source

Update install.sh

Francesco Palmarini 7 years ago
parent
commit
8ee7f3008c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
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..."