Skip to content

Commit

Permalink
Update dependencies-installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Palguno Wicaksono authored May 8, 2020
1 parent 6e54bda commit 8160d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/dependencies-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ install_tunnel(){
brew tap caskroom/cask
brew tap caskroom/versions
brew cask install java
elif ! [[ -e ./bebasit/PowerTunnel.jar ]]; then
elif ! [[ -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
if curl -L -o ~/.bebasit/PowerTunnel.jar https://raw.githubusercontent.com/bebasid/bebasit/master/dependencies/PowerTunnel.jar; then
echo "Sukses memasang PowerTunnel"
else
echo "Tidak dapat mengambil file PowerTunnel"
Expand Down

0 comments on commit 8160d14

Please sign in to comment.