install script
This commit is contained in:
parent
fcbdbbe2be
commit
54fdef1541
1 changed files with 8 additions and 0 deletions
8
install.sh
Normal file
8
install.sh
Normal 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
|
Loading…
Reference in a new issue