mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-09-11 04:38:58 +02:00
Update vst-install-debian.sh
This commit is contained in:
@@ -13,7 +13,7 @@ VERSION='debian'
|
||||
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
|
||||
arch=$(uname -i)
|
||||
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 \))"
|
||||
vestacp="http://$CHOST/$VERSION/$release"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user