Skip to content

Commit 3e6aec5

Browse files
Minor script adjustment #2739 (comment)
1 parent d224835 commit 3e6aec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

provision/core/vvv/provision.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ function shyaml_setup() {
9797
if [ ! -f /usr/local/bin/shyaml ]; then
9898
vvv_info " * Installing Shyaml for bash provisioning.."
9999

100-
local OSVERSION_NUMBER=$(lsb_release lsb_release -sr)
100+
local OSVERSION_NUMBER
101+
OSVERSION_NUMBER=$(lsb_release lsb_release -sr)
101102

102103
# Ubuntu 24 making it hard to install pip packages, throwing externally-managed-environment error
103104
# https://stackoverflow.com/a/75722775

0 commit comments

Comments
 (0)