File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99export DEBIAN_FRONTEND=noninteractive
1010RHOST=' apt.vestacp.com'
1111CHOST=' c.vestacp.com'
12- VERSION=' 0.9.8/ debian'
12+ VERSION=' debian'
1313memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
1414arch=$( uname -i)
1515os=' debian'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99RHOST=' r.vestacp.com'
1010CHOST=' c.vestacp.com'
1111REPO=' cmmnt'
12- VERSION=' 0.9.8/ rhel'
12+ VERSION=' rhel'
1313memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
1414arch=$( uname -i)
1515os=$( cut -f 1 -d ' ' /etc/redhat-release)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99export DEBIAN_FRONTEND=noninteractive
1010RHOST=' apt.vestacp.com'
1111CHOST=' c.vestacp.com'
12- VERSION=' 0.9.8/ ubuntu'
12+ VERSION=' ubuntu'
1313memory=$( grep ' MemTotal' /proc/meminfo | tr ' ' ' \n' | grep [0-9])
1414arch=$( uname -i)
1515os=' ubuntu'
You can’t perform that action at this time.
0 commit comments