Parcourir la source

Update install.sh

Francesco Palmarini il y a 6 ans
Parent
commit
8ee7f3008c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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..."