Skip to content

Commit

Permalink
version 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed Jun 23, 2023
1 parent e64bd7b commit bca2d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ printf "\n"



wget "https://github.com/radkesvat/FakeTlsTunnel/releases/download/V11/v11_linux_amd64.zip" -O v11_linux_amd64.zip
unzip -o v11_linux_amd64.zip
wget "https://github.com/radkesvat/FakeTlsTunnel/releases/download/V11.1/v11.1_linux_amd64.zip" -O v11.1_linux_amd64.zip
unzip -o v11.1_linux_amd64.zip
chmod +x FTT
rm v11_linux_amd64.zip
rm v11.1_linux_amd64.zip

echo "finished."

Expand Down

0 comments on commit bca2d3b

Please sign in to comment.