Skip to content

Commit

Permalink
Javanya ngelawak sih
Browse files Browse the repository at this point in the history
  • Loading branch information
icaksh committed Jun 12, 2020
1 parent 498af2d commit ae790b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sh/bebasit-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae790b7

Please sign in to comment.