File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ if [[ $installtype == 1 ]]; then
306306 SB_VER=` sed -n ' /^__version__/s|[^0-9\.]*||gp' $installdir /squishbox.py`
307307 sed -i " /^HW_VERSION/cHW_VERSION = '$hw_version '" $installdir /squishbox.py
308308 sed -i " /^HW_VERSION/cHW_VERSION = '$hw_version '" $installdir /lcdsplash.py
309- sed -i " /^SB_VERSION/cSB_VERSION = '$SB_VER '"
309+ sed -i " /^SB_VERSION/cSB_VERSION = '$SB_VER '" $installdir /lcdsplash.py
310310 cat << EOF | sudo tee /etc/systemd/system/squishbox.service
311311[Unit]
312312Description=SquishBox
Original file line number Diff line number Diff line change 1616- libfluidsynth
1717"""
1818
19- __version__ = '0.8.2 '
19+ __version__ = '0.8.3 '
2020
2121from pathlib import Path
2222from copy import deepcopy
Original file line number Diff line number Diff line change 1919shell command access and wifi control.
2020"""
2121
22- __version__ = '0.8.2 '
22+ __version__ = '0.8.3 '
2323
2424import re
2525import subprocess
You can’t perform that action at this time.
0 commit comments