1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-11-22 05:24:47 +00:00

v2: fix too many cores being used on low mem systems

This commit is contained in:
morrownr 2024-09-27 16:00:47 -05:00
parent b009a8ea84
commit 2dce552dc6

View File

@ -285,7 +285,7 @@ if ! command -v dkms >/dev/null 2>&1; then
make clean >/dev/null 2>&1 make clean >/dev/null 2>&1
make -j"$(sproc)" make -j"${sproc}"
RESULT=$? RESULT=$?
if [ "$RESULT" != "0" ]; then if [ "$RESULT" != "0" ]; then