mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
no versions at c.vestacp.com
This commit is contained in:
parent
aa409cac25
commit
ad138d681c
3 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue