Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Jul 29, 2024
1 parent e8dc621 commit 3623192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-socks5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ install_socks5(){
if [ ! -e "${FILE_PATH}/s5" ]; then
curl -L -sS -o "${FILE_PATH}/s5" "https://github.com/eooce/test/releases/download/freebsd/web"
else
read -p "socks5 程序已存在,是否重新下载覆盖?(回车Y)" downsocks5
read -p "socks5 程序已存在,是否重新下载覆盖?(Y/N 回车N)" downsocks5
downsocks5=${downsocks5^^} # 转换为大写
if [ "$downsocks5" == "Y" ]; then
curl -L -sS -o "${FILE_PATH}/s5" "https://github.com/eooce/test/releases/download/freebsd/web"
Expand Down

0 comments on commit 3623192

Please sign in to comment.