Skip to content

v2.7.4

Latest
Compare
Choose a tag to compare
@JeffB42 JeffB42 released this 08 Aug 00:33
28ce7ba

About 2.7.4:

  • Fixed bug where the OctoScreen service was restarted, over and over, due to the HTTP request's body not being cleared. Thanks goes to @freman for the fix.
  • Added some additional configuration settings to aid in remote troubleshooting of system restart issue.

Install On a New System
To install on a new system, perform the steps listed at https://github.com/Z-Bolt/OctoScreen

Update An Existing Installation
To update an existing installation, run the following commands:

wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.7.4/octoscreen_2.7.4_armhf.deb
sudo dpkg -r octoscreen
sudo dpkg -i octoscreen_2.7.4_armhf.deb
sudo reboot now