This commit is contained in:
Hans Karlinius
2024-12-06 00:02:05 +01:00
parent a410c73683
commit 4350847a52
3 changed files with 4 additions and 26 deletions
+3 -3
View File
@@ -1,7 +1,5 @@
#!/bin/bash
echo "HEJ " $1 > myfile3
VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
case "$BUILD_ARCH" in \
@@ -12,4 +10,6 @@ case "$BUILD_ARCH" in \
*) exit 1;; \
esac
echo "URL: " $VHCLIENT_BASE_URL/$VHCLIENT >> myfile3
echo "URL: " $VHCLIENT_BASE_URL/$VHCLIENT
curl -sSLf -o /usr/bin/vhclient $VHCLIENT_BASE_URL/$VHCLIENT
chmod a+x /usr/bin/vhclient