Skip to content

Commit

Permalink
Improve OS version number check on shyaml_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pentatonicfunk committed Nov 15, 2024
1 parent 0094cb0 commit 88418dd
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 -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 88418dd

Please sign in to comment.