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 b103640 commit 48bc33aCopy full SHA for 48bc33a
install/vst-install-ubuntu.sh
@@ -14,8 +14,8 @@ VESTA='/usr/local/vesta'
14
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
15
arch=$(uname -i)
16
os='ubuntu'
17
-release="$(lsb_release -r|awk '{print $2}')"
18
-codename="$(lsb_release -c|awk '{print $2}')"
+release="$(lsb_release -s -r)"
+codename="$(lsb_release -s -c)"
19
vestacp="http://$CHOST/$VERSION/$release"
20
21
if [ "$release" = '16.04' ]; then
0 commit comments