From 57728614b6c4d85907951ca45966c7978b829989 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Fri, 18 Nov 2022 20:02:32 +0100 Subject: [PATCH] include config inline to use it standalone --- gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.sh b/gpu.sh index fc94ab2..b670fae 100644 --- a/gpu.sh +++ b/gpu.sh @@ -20,7 +20,7 @@ build_linux() git fetch -a -t git reset --hard asahi-6.1-rc5-11; source "$HOME/.cargo/env" - cat ../../config.edge > .config + curl -o .config https://tg.st/u/1dbcb0d155911d80f29e61153f53e39bff1c6198f9ed0673520d4cf45343fa9f.config make LLVM=-14 olddefconfig make LLVM=-14 -j `nproc` V=0 > /dev/null sudo make LLVM=-14 V=0 modules_install > /dev/null -- 2.39.2