mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-23 03:59:59 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b01a4c50ce | ||
|
|
2846b2c7cc | ||
|
|
640ba95d1b | ||
|
|
8c021409fd |
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
XOCE_URL=https://nc.nl.tab.digital/s/5tKYF9AyLjowm3E/download
|
XOCE_URL=https://cloud.wellston.biz/index.php/s/54tPkkkTcxQPnDs/download
|
||||||
|
|
||||||
# Welcome message
|
# Welcome message
|
||||||
printf "\n\033[1mWelcome to the XOCE auto-deploy script!\033[0m\n\n"
|
printf "\n\033[1mWelcome to the XOCE auto-deploy script!\033[0m\n\n"
|
||||||
@@ -49,7 +49,7 @@ uuid=$(xe vm-import url="$XOCE_URL" 2> /dev/null)
|
|||||||
import=$?
|
import=$?
|
||||||
if [ $import -ne 0 ]
|
if [ $import -ne 0 ]
|
||||||
then
|
then
|
||||||
uuid=$(curl "$XOCE_URL" | xe vm-import filename=/dev/stdin 2>&1)
|
uuid=$(curl "$XOCE_URL" -L -O -c - --keepalive-time 5 | xe vm-import filename=/dev/stdin 2>&1)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If it fails again (for any reason), we stop the script
|
# If it fails again (for any reason), we stop the script
|
||||||
|
|||||||
Reference in New Issue
Block a user