Browse Source

install jq if needed

tags/v1.4.28
Jonathan Cobb 4 years ago
parent
commit
0a13ea9529
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      bin/ubuntu_connect_bubble

+ 5
- 0
bin/ubuntu_connect_bubble View File

@@ -71,6 +71,11 @@ else
fi
fi

if [[ -z "$(which jq)" ]] ; then
echo "Installing jq ..."
sudo apt update && sudo apt install -y jq || die "Error installing jq"
fi

ARG_HOST="${1}"
if [[ -z "${ARG_HOST}" ]] ; then
if [[ -z "${BUBBLE_API}" ]] ; then


Loading…
Cancel
Save