mirror of https://github.com/pmret/papermario.git
Update gnu's url to use https instead of ftp (#1229)
Co-authored-by: haxz5rxwi <haxz5rxwi@mozmail.com>
This commit is contained in:
parent
82fcfa3991
commit
93c7e0fe65
|
@ -63,7 +63,7 @@ if cat /etc/os-release | grep -E ID=fedora &> /dev/null; then
|
|||
RETURNDIR="$(pwd)"
|
||||
cd "$(mktemp -d)"
|
||||
|
||||
wget ftp://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.bz2
|
||||
wget https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.bz2
|
||||
tar -xf binutils-2.35.tar.bz2
|
||||
|
||||
cd binutils-2.35
|
||||
|
@ -197,7 +197,7 @@ if cat /etc/os-release | grep ID=alpine &> /dev/null; then
|
|||
RETURNDIR="$(pwd)"
|
||||
cd "$(mktemp -d)"
|
||||
|
||||
wget ftp://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.bz2
|
||||
wget https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.bz2
|
||||
tar -xf binutils-2.35.tar.bz2
|
||||
|
||||
cd binutils-2.35
|
||||
|
|
Loading…
Reference in New Issue