latest install

This commit is contained in:
Devmel Apps
2022-11-22 15:05:50 +01:00
parent f504335c5b
commit 84c3fd7b97
+1 -1
View File
@@ -45,7 +45,7 @@ if [ -n "$haPath" ]; then
cd "$haPath" || error "Could not change path to $haPath"
info "Downloading AirSend Home Assistant Addon"
wget "https://github.com/devmel/hass_airsend-addon/releases/download/1.0/hass_airsend-addon.zip"
wget "https://github.com/devmel/hass_airsend-addon/releases/download/latest/hass_airsend-addon.zip"
if [ -d "$haPath/airsend" ]; then
warn "airsend directory already exist, cleaning up..."