This commit is contained in:
op52 2018-12-20 10:12:46 +08:00
parent 3b0f6dc8a8
commit 08508bc940
No known key found for this signature in database
GPG Key ID: 326183D9B74E5C87
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ sudo pip install undervolt
echo "Applying undervolt"
sudo cp _undervolt /etc/systemd/system/undervolt.service
sudo cp _undervolt_timer /etc/systemd/system/undervolt-timer.service
sudo cp _undervolt_timer /etc/systemd/system/undervolt.timer
sudo systemctl enable undervolt-timer
sudo systemctl start undervolt-timer
sudo systemctl enable undervolt.timer
sudo systemctl start undervolt.timer