By default the script at install.domoticz.com will install the latest version. I want to use the script to install v2023.2 as I would like the transfer my v2023.2 from Windows to my Ubuntu server and stay on the same version.
Looking through the script, I see line 380 which is:
Code: Select all
wget -O domoticz_release.tgz "http://www.domoticz.com/download.php?channel=release&type=release&system=${OS}&machine=${MACH}"
Code: Select all
wget -O domoticz_release.tgz "https://github.com/domoticz/domoticz/releases/download/2023.2/domoticz_linux_2023.2_x86_64.tgz"