This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
install jq if needed
tags/v1.4.28
Jonathan Cobb
4 years ago
parent
7cf834eb68
commit
0a13ea9529
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save