mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Merge pull request #684 from MartinRaiola/patch-1
Fix OS version in vst-install-debian.sh
This commit is contained in:
commit
c6249faf6c
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])
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue