increased loading time by a bit

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-06 19:39:50 +01:00
parent 3fbe88a0e7
commit b266e4487e
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -17,7 +17,7 @@ sudo rm -rf "$WD"/linux
git clone --depth 1 --branch v$KERNEL_VERSION https://github.com/torvalds/linux.git "$WD"/linux
## Get Archlinux kernel config
curl -o "$WD"/linux/.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/5.11.16.arch1-1/config?ref_type=tags
curl -o "$WD"/linux/.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config?ref_type=heads
CONFIG_PATH="$WD"/linux/.config