Skip to content

Commit

Permalink
Disable the screen from autostart as the screensaver is not yet imple…
Browse files Browse the repository at this point in the history
…mented. And We want to avoid the burn in effect of the OLED.
  • Loading branch information
inonoob committed Feb 21, 2021
1 parent c24725d commit 5457edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sed -i 's@#REPO_DIR#@'"$repo_dir"'@g' screen.service
sudo mv screen.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/screen.service
sudo chmod 655 /etc/systemd/system/screen.service
sudo systemctl enable screen
#sudo systemctl enable screen


echo "-----------------------------------------------"
Expand Down

0 comments on commit 5457edb

Please sign in to comment.