Update getvhclient

This commit is contained in:
Hans Karlinius
2026-04-23 04:19:28 +02:00
parent d34392590e
commit 15a21b5297
3 changed files with 3 additions and 4 deletions
-2
View File
@@ -1,6 +1,4 @@
FROM ghcr.io/home-assistant/base:latest
#ARG BUILD_FROM
#FROM $BUILD_FROM
# Copy root filesystem
COPY rootfs /
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.4.1"
version: "0.4.2"
slug: vhclient
description: VirtualHere Client
arch:
+2 -1
View File
@@ -9,5 +9,6 @@ case "$BUILD_ARCH" in \
*) exit 1;; \
esac
echo "Downloading latest version of client:" $VHCLIENT_BASE_URL/$VHCLIENT
curl -sSLf -o /usr/bin/vhclient $VHCLIENT_BASE_URL/$VHCLIENT
curl -sSLf -o /usr/bin/vhclient_tmp $VHCLIENT_BASE_URL/$VHCLIENT
mv /usr/bin/vhclient_tmp /usr/bin/vhclient
chmod a+x /usr/bin/vhclient