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 1, 2020
1 parent 6341906 commit e2e39dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies/dependencies-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ install_tunnel(){
fi
;;
"PowerTunnel" )
mkdir .bebasit
if curl -L -o ~/.bebasit/PowerTunnel.jar https://raw.githubusercontent.com/bebasid/bebasit/master/dependencies/PowerTunnel.jar; then
echo "Sukses memasang PowerTunnel"
else
Expand All @@ -68,6 +69,7 @@ install_tunnel(){
;;
"PowerTunnel" )
sudo pacman -S jre-openjdk
mkdir .bebasit
if curl -L -o ~/.bebasit/PowerTunnel.jar https://raw.githubusercontent.com/bebasid/bebasit/master/dependencies/PowerTunnel.jar; then
echo "Sukses memasang PowerTunnel"
else
Expand Down Expand Up @@ -108,6 +110,7 @@ install_tunnel(){
brew tap caskroom/versions
brew cask install java
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
echo "Sukses memasang PowerTunnel"
else
Expand Down

0 comments on commit e2e39dd

Please sign in to comment.