From ae790b7d8a0f3086ceb43621713c0709763966e6 Mon Sep 17 00:00:00 2001 From: Palguno Wicaksono Date: Fri, 12 Jun 2020 00:26:02 -0700 Subject: [PATCH] Javanya ngelawak sih --- sh/bebasit-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/bebasit-installer.sh b/sh/bebasit-installer.sh index 586f1c5..ae58173 100644 --- a/sh/bebasit-installer.sh +++ b/sh/bebasit-installer.sh @@ -105,11 +105,11 @@ install_tunnel(){ echo "INSTALASI BERHASIL" ;; "PowerTunnel" ) - if ! [[ -x $(command -v java) ]]; then + #if ! [[ -x $(command -v java) ]]; then brew tap caskroom/cask brew tap caskroom/versions brew cask install java - elif ! [[ -e ~/.bebasit/PowerTunnel.jar ]]; then + if ! [[ -e ~/.bebasit/PowerTunnel.jar ]]; then mkdir .bebasit if curl -L -o ~/.bebasit/PowerTunnel.jar https://raw.githubusercontent.com/bebasid/bebasit/master/dependencies/PowerTunnel.jar; then echo "Sukses memasang PowerTunnel"