From c91bed4dbb8a401ca087476c5723aedb487cdd45 Mon Sep 17 00:00:00 2001 From: Moowool Date: Fri, 10 Dec 2021 18:15:03 -0500 Subject: [PATCH] Faster compile time. Make uses all cores --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 55ec47c..4f10332 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi -make && +make -j$(nproc) && cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless && depmod && echo "