Browse Source

Faster compile time. Make uses all cores

Moowool 4 years ago
parent
commit
c91bed4dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
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 "