Skip to content

Commit

Permalink
v10
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed Jun 11, 2023
1 parent eaaf955 commit b93df47
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/V9/v9_linux_amd64.zip" -O v9_linux_amd64.zip
unzip -o v9_linux_amd64.zip
wget "https://github.com/radkesvat/FakeTlsTunnel/releases/download/V10/v10_linux_amd64.zip" -O v10_linux_amd64.zip
unzip -o v10_linux_amd64.zip
chmod +x FTT
rm v9_linux_amd64.zip
rm v10_linux_amd64.zip

echo "finished."

Expand Down

0 comments on commit b93df47

Please sign in to comment.