mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-27 22:19:59 +00:00
Update xo_install.sh
This commit is contained in:
@@ -8,7 +8,7 @@ totalk=$(awk '/^MemTotal:/{print $2}' /proc/meminfo)
|
||||
if [ "$totalk" -lt "1000000" ]; then echo "XOCE Requires at least 1GB Memory!"; exit 1; fi
|
||||
|
||||
distro=$(/usr/bin/lsb_release -is)
|
||||
if [ "distro" = "Ubuntu" ]; then /usr/bin/add-apt-repository multiverse; fi
|
||||
if [ "$distro" = "Ubuntu" ]; then /usr/bin/add-apt-repository multiverse; fi
|
||||
|
||||
xo_branch="master"
|
||||
xo_server="https://github.com/vatesfr/xen-orchestra"
|
||||
|
||||
Reference in New Issue
Block a user