Skip to content

Commit

Permalink
update: setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanTech committed Aug 27, 2023
1 parent 7711266 commit b15bfb9
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 @@ -157,7 +157,7 @@ if [ $? -ne 0 ]; then
return
fi
# Get tuic service manager
wget --no-check-certificate -O /usr/bin/tuic https://raw.githubusercontent.com/hrostami/tuic-setup/master/tuic.sh
wget --no-check-certificate -O /usr/bin/tuic https://raw.githubusercontent.com/ErfanTech/tuic-setup/master/tuic.sh
chmod +x /usr/local/tuic/tuic.sh
chmod +x /usr/bin/tuic
# Generate and print URLs
Expand Down

0 comments on commit b15bfb9

Please sign in to comment.