mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
Update xo_install.sh
This commit is contained in:
parent
9f2220b36b
commit
23306312bd
@ -5,9 +5,7 @@
|
|||||||
|
|
||||||
#Check for 1GB Memory
|
#Check for 1GB Memory
|
||||||
totalk=$(awk '/^MemTotal:/{print $2}' /proc/meminfo)
|
totalk=$(awk '/^MemTotal:/{print $2}' /proc/meminfo)
|
||||||
if [ $totalk < "1000000" ]; then
|
if [ "$totalk" -lt "1000000" ]; then echo "XOCE Requires at least 1GB Memory!"; exit 1; fi
|
||||||
echo "XOCE Requires at least 1GB Memory!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
xo_branch="master"
|
xo_branch="master"
|
||||||
xo_server="https://github.com/vatesfr/xen-orchestra"
|
xo_server="https://github.com/vatesfr/xen-orchestra"
|
||||||
|
Loading…
Reference in New Issue
Block a user