mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
5e861eb78f
commit
9f1ea16dc8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ VERSION='debian'
|
||||||
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
|
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
|
||||||
arch=$(uname -i)
|
arch=$(uname -i)
|
||||||
os='debian'
|
os='debian'
|
||||||
release=$(cat /etc/issue|grep -o [0-9]|head -n1)
|
release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)
|
||||||
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
|
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
|
||||||
vestacp="http://$CHOST/$VERSION/$release"
|
vestacp="http://$CHOST/$VERSION/$release"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue