Skip to content

Commit

Permalink
v8.18
Browse files Browse the repository at this point in the history
DietPi-Software | Domoticz - Fixing an error during the installation of domoticz
  • Loading branch information
Joulinar authored and MichaIng committed May 10, 2023
1 parent 6ba1d61 commit 8335074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -11552,7 +11552,7 @@ _EOF_
# APT deps
aDEPS=('libusb-0.1-4')

Download_Install "https://releases.domoticz.com/releases/release/domoticz_linux_${G_HW_ARCH_NAME/armv6l/armv7l}.tgz" domoticz
Download_Install "https://releases.domoticz.com/releases/release/domoticz_linux_${G_HW_ARCH_NAME/armv6l/armv7l}.tgz" ./domoticz
# Reinstall: Clean old install dir
[[ -d '/opt/domoticz' ]] && G_EXEC rm -R /opt/domoticz
G_EXEC mv domoticz /opt/
Expand Down

0 comments on commit 8335074

Please sign in to comment.