mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-23 12:09:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b01a4c50ce | ||
|
|
2846b2c7cc | ||
|
|
640ba95d1b | ||
|
|
8c021409fd |
@@ -1,6 +1,6 @@
|
||||
#!/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
|
||||
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=$?
|
||||
if [ $import -ne 0 ]
|
||||
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
|
||||
|
||||
# If it fails again (for any reason), we stop the script
|
||||
|
||||
Reference in New Issue
Block a user