Downloading vhclient

This commit is contained in:
Hans Karlinius
2025-08-09 09:12:57 +02:00
parent 70ad0123bc
commit 1b801a6423
6 changed files with 11 additions and 3 deletions
+1
View File
@@ -8,5 +8,6 @@ case "$BUILD_ARCH" in \
i386) export VHCLIENT="vhclienti386";; \
*) exit 1;; \
esac
echo "Downloading latest version of client:" $VHCLIENT_BASE_URL/$VHCLIENT
curl -sSLf -o /usr/bin/vhclient $VHCLIENT_BASE_URL/$VHCLIENT
chmod a+x /usr/bin/vhclient