Update install.sh
This commit is contained in:
committed by
GitHub
parent
abc29d148a
commit
8ee7f3008c
@@ -23,7 +23,7 @@ echo "Building virtualenv..."
|
|||||||
cp requirements.txt lenovo_fix.py "$INSTALL_DIR"
|
cp requirements.txt lenovo_fix.py "$INSTALL_DIR"
|
||||||
cd "$INSTALL_DIR"
|
cd "$INSTALL_DIR"
|
||||||
virtualenv -p /usr/bin/python3 venv
|
virtualenv -p /usr/bin/python3 venv
|
||||||
source venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
echo "Enabling and starting systemd service..."
|
echo "Enabling and starting systemd service..."
|
||||||
|
|||||||
Reference in New Issue
Block a user