Update xo_install.sh

This commit is contained in:
bnrstnr 2018-08-02 08:52:53 -04:00 committed by GitHub
parent 703ec75190
commit d4506d711f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"