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.
2 parents 5060176 + 48bc33a commit d9095aeCopy full SHA for d9095ae
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