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 ebf8675 + a6b4f7f commit 0094cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions provision/core/vvv/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ function shyaml_setup() {
if [ ! -f /usr/local/bin/shyaml ]; then
vvv_info " * Installing Shyaml for bash provisioning.."

local OSVERSION_NUMBER
OSVERSION_NUMBER=$(lsb_release lsb_release -sr)
local 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 0094cb0

Please sign in to comment.