Skip to content

Commit ad138d6

Browse files
committed
no versions at c.vestacp.com
1 parent aa409ca commit ad138d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99
export DEBIAN_FRONTEND=noninteractive
1010
RHOST='apt.vestacp.com'
1111
CHOST='c.vestacp.com'
12-
VERSION='0.9.8/debian'
12+
VERSION='debian'
1313
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
1414
arch=$(uname -i)
1515
os='debian'

install/vst-install-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99
RHOST='r.vestacp.com'
1010
CHOST='c.vestacp.com'
1111
REPO='cmmnt'
12-
VERSION='0.9.8/rhel'
12+
VERSION='rhel'
1313
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
1414
arch=$(uname -i)
1515
os=$(cut -f 1 -d ' ' /etc/redhat-release)

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99
export DEBIAN_FRONTEND=noninteractive
1010
RHOST='apt.vestacp.com'
1111
CHOST='c.vestacp.com'
12-
VERSION='0.9.8/ubuntu'
12+
VERSION='ubuntu'
1313
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
1414
arch=$(uname -i)
1515
os='ubuntu'

0 commit comments

Comments
 (0)