Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kleiton0x00 authored Oct 22, 2020
1 parent 746954a commit 53dedd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exit 1
fi


if [[ $system_info == 'i686' ]]; then
elif [[ $system_info == 'i686' ]]; then
printf "\n[*] Downloading 32bit verson of Ngrok...\n"
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip
if [[ -e ngrok-stable-linux-386.zip ]]; then
Expand Down

0 comments on commit 53dedd7

Please sign in to comment.