mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-22 18:15:41 +08:00
Fix github links
This commit is contained in:
parent
6532163f01
commit
782878b5b4
@ -83,7 +83,7 @@ GetLasestVersionInfo()
|
|||||||
local Githublink
|
local Githublink
|
||||||
local msg
|
local msg
|
||||||
|
|
||||||
Githublink=`wget https://github.com/z3APA3A/3proxy/releases/latest -O /dev/stdout |
|
Githublink=`wget https://github.com/3proxy/3proxy/releases/latest -O /dev/stdout |
|
||||||
awk '/<a.+href=.+\.tar\.gz/ { gsub("\"", "\n"); print; exit }' |
|
awk '/<a.+href=.+\.tar\.gz/ { gsub("\"", "\n"); print; exit }' |
|
||||||
grep -e ".tar.gz"`
|
grep -e ".tar.gz"`
|
||||||
if [ $? != 0 ]
|
if [ $? != 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user