We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e861eb commit 9f1ea16Copy full SHA for 9f1ea16
install/vst-install-debian.sh
@@ -13,7 +13,7 @@ VERSION='debian'
13
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
14
arch=$(uname -i)
15
os='debian'
16
-release=$(cat /etc/issue|grep -o [0-9]|head -n1)
+release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)
17
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
18
vestacp="http://$CHOST/$VERSION/$release"
19
0 commit comments