Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/docker-provider-beta' into docke…
Browse files Browse the repository at this point in the history
…r-provider
  • Loading branch information
pentatonicfunk committed Oct 29, 2024
2 parents 060f8a0 + 3e6aec5 commit ebf8675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provision/core/vvv/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ function shyaml_setup() {
if [ ! -f /usr/local/bin/shyaml ]; then
vvv_info " * Installing Shyaml for bash provisioning.."

local OSVERSION_NUMBER=$(lsb_release lsb_release -sr)
local OSVERSION_NUMBER
OSVERSION_NUMBER=$(lsb_release lsb_release -sr)

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

0 comments on commit ebf8675

Please sign in to comment.