]> git.zerfleddert.de Git - m1-debian/commitdiff
include config inline to use it standalone
authorThomas Glanzmann <thomas@glanzmann.de>
Fri, 18 Nov 2022 19:02:32 +0000 (20:02 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Fri, 18 Nov 2022 19:02:32 +0000 (20:02 +0100)
gpu.sh

diff --git a/gpu.sh b/gpu.sh
index fc94ab241089b9b2e40f58add5db43f2e308b717..b670fae1e33e4d766140d04e1274dfbf26bd8ad8 100644 (file)
--- 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
Impressum, Datenschutz