install script

This commit is contained in:
Jeff Clement 2024-11-15 11:16:11 -07:00
parent fcbdbbe2be
commit 54fdef1541
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA

8
install.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
mkdir -p /tmp/xen-tools
cd /tmp/xen-tools
curl https://git.straybits.ca/straybits/xe-guest-utils-installer/raw/branch/main/xen-tools.tgz | tar xz
yes | ./install.sh
cd /tmp
rm -rf /tmp/xen-tools