From ad138d681c5f8ee99567d93f054f7a0e2da44613 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 24 Oct 2015 15:12:55 +0300 Subject: [PATCH] no versions at c.vestacp.com --- install/vst-install-debian.sh | 2 +- install/vst-install-rhel.sh | 2 +- install/vst-install-ubuntu.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index d0e8de6ca..a77c05b26 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -9,7 +9,7 @@ export PATH=$PATH:/sbin export DEBIAN_FRONTEND=noninteractive RHOST='apt.vestacp.com' CHOST='c.vestacp.com' -VERSION='0.9.8/debian' +VERSION='debian' memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9]) arch=$(uname -i) os='debian' diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 9aa438570..3f2f64127 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -9,7 +9,7 @@ export PATH=$PATH:/sbin RHOST='r.vestacp.com' CHOST='c.vestacp.com' REPO='cmmnt' -VERSION='0.9.8/rhel' +VERSION='rhel' memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9]) arch=$(uname -i) os=$(cut -f 1 -d ' ' /etc/redhat-release) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index a32b3632c..19a30caff 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -9,7 +9,7 @@ export PATH=$PATH:/sbin export DEBIAN_FRONTEND=noninteractive RHOST='apt.vestacp.com' CHOST='c.vestacp.com' -VERSION='0.9.8/ubuntu' +VERSION='ubuntu' memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9]) arch=$(uname -i) os='ubuntu'