Changed musl-cross repo

Takeshixx/musl-cross repo no longer exists. Changed script back to use GregorR/musl-cross repo.
This commit is contained in:
Jordan Power 2019-06-03 10:53:13 +01:00 committed by GitHub
parent 1f9bc44c60
commit 93935fe8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,7 @@ NMAP_COMMIT=
fetch(){
if [ ! -d "/build/musl" ];then
#git clone https://github.com/GregorR/musl-cross.git /build/musl
git clone https://github.com/takeshixx/musl-cross.git /build/musl
git clone https://github.com/GregorR/musl-cross.git /build/musl
fi
if [ ! -d "/build/openssl" ];then
git clone https://github.com/drwetter/openssl-pm-snapshot.git /build/openssl