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 d224835 commit 3e6aec5Copy full SHA for 3e6aec5
provision/core/vvv/provision.sh
@@ -97,7 +97,8 @@ function shyaml_setup() {
97
if [ ! -f /usr/local/bin/shyaml ]; then
98
vvv_info " * Installing Shyaml for bash provisioning.."
99
100
- local OSVERSION_NUMBER=$(lsb_release lsb_release -sr)
+ local OSVERSION_NUMBER
101
+ OSVERSION_NUMBER=$(lsb_release lsb_release -sr)
102
103
# Ubuntu 24 making it hard to install pip packages, throwing externally-managed-environment error
104
# https://stackoverflow.com/a/75722775
0 commit comments