Skip to content

Commit

Permalink
11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed Jul 9, 2023
1 parent cfccefb commit 4124ebe
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,12 +33,12 @@ printf "\n"



wget "https://github.com/radkesvat/FakeTlsTunnel/releases/download/V11.4/v11.4_linux_amd64.zip" -O v11.4_linux_amd64.zip
wget "https://github.com/radkesvat/FakeTlsTunnel/releases/download/V11.5/v11.5_linux_amd64.zip" -O v11.5_linux_amd64.zip

unzip -o v11.4_linux_amd64.zip
unzip -o v11.5_linux_amd64.zip

chmod +x FTT
rm v11.4_linux_amd64.zip
rm v11.5_linux_amd64.zip

echo "finished."

Expand Down

0 comments on commit 4124ebe

Please sign in to comment.