mirror of
https://github.com/erpalma/throttled.git
synced 2026-03-02 11:13:48 +01:00
Update install.sh
This commit is contained in:
parent
abc29d148a
commit
8ee7f3008c
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue