Skip to content

Commit

Permalink
v9
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed May 31, 2023
1 parent 1d71c0f commit b37c6c8
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/V8/v8_linux_amd64.zip" -O v8_linux_amd64.zip
unzip -o v8_linux_amd64.zip
wget "https://github.com/radkesvat/FakeTlsTunnel/releases/download/V9/v9_linux_amd64.zip" -O v9_linux_amd64.zip
unzip -o v9_linux_amd64.zip
sudo chmod +x FTT
rm v8_linux_amd64.zip
rm v9_linux_amd64.zip

echo "finished."

Expand Down

0 comments on commit b37c6c8

Please sign in to comment.