CT domoticz & esphome: Fixed for debian 13

-domoticz: Fixed Download URL
-esphome: Disabled sudo pseudo-terminal while building
-kavita: Fixed dailing with existing userdata in update script
-nextcloud updated a php opcache setting
This commit is contained in:
2025-10-25 22:28:39 +02:00
parent 9e8acf8144
commit 85be6a8b36
7 changed files with 29 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#Get Resources
curl -L --retry 7 --retry-delay 5 https://releases.domoticz.com/releases/release/domoticz_linux_x86_64.tgz -o "/opt/Setup/domoticz.tgz" || exit 1
curl -L --retry 7 --retry-delay 5 https://releases.domoticz.com/release/domoticz_linux_x86_64.tgz -o "/opt/Setup/domoticz.tgz" || exit 1
#Adding service user
adduser --system --shell /bin/bash --group --disabled-password --home /home/domoticz domoticz