mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 04:53:37 +00:00
Merge branch 'master' of https://github.com/open5gs/open5gs
This commit is contained in:
@@ -107,10 +107,10 @@ uninstall
|
||||
|
||||
print_status "Download the Open5GS Source Code (v${VERSION})..."
|
||||
if [ -x /usr/bin/curl ]; then
|
||||
exec_cmd "curl -sLf 'https://github.com/acetcom/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
|
||||
exec_cmd "curl -sLf 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
|
||||
RC=$?
|
||||
else
|
||||
exec_cmd "wget -qO- /dev/null 'https://github.com/acetcom/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
|
||||
exec_cmd "wget -qO- /dev/null 'https://github.com/open5gs/${PACKAGE}/archive/v${VERSION}.tar.gz' | tar zxf -"
|
||||
RC=$?
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user