Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
bubblev
/
bubble
Observar
9
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
130
Wiki
Atividade
Ver código fonte
install jq if needed
tags/v1.4.28
Jonathan Cobb
4 anos atrás
pai
7cf834eb68
commit
0a13ea9529
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-0
bin/ubuntu_connect_bubble
+ 5
- 0
bin/ubuntu_connect_bubble
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar