mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-17 09:34:45 +03:00
toolchain: Pull nasm from our website
This commit is contained in:
parent
e22d279c8d
commit
69557e9d2a
@ -50,7 +50,7 @@ if [ ! -f gcc-$GCCVERSION.tar.gz ]; then
|
||||
curl -o gcc-$GCCVERSION.tar.gz https://ftp.gnu.org/gnu/gcc/gcc-$GCCVERSION/gcc-$GCCVERSION.tar.gz
|
||||
fi
|
||||
if [ ! -f nasm-$NASMVERSION.tar.gz ]; then
|
||||
curl -o nasm-$NASMVERSION.tar.gz https://www.nasm.us/pub/nasm/releasebuilds/$NASMVERSION/nasm-$NASMVERSION.tar.gz
|
||||
curl -o nasm-$NASMVERSION.tar.gz https://limine-bootloader.org/files/misc/nasm-$NASMVERSION.tar.gz
|
||||
fi
|
||||
|
||||
rm -rf build
|
||||
|
Loading…
x
Reference in New Issue
Block a user