Minor performance improvments

This commit is contained in:
steel99xl 2023-12-24 16:45:42 -05:00
parent a9d2623851
commit e6807f6dce
2 changed files with 13 additions and 28 deletions

View file

@ -7,6 +7,7 @@ sudo cp AutomaticBrightness.sh /usr/local/bin/
echo "Cloning AB.service for systemD"
sudo cp AB.service /etc/systemd/system/
echo "Startin Service..."
sudo systemctl enable AB
sudo systemctl start AB