ENH make my cpu scream

This commit is contained in:
Nathan Dwarshuis 2021-03-13 17:44:57 -05:00
parent 58756fddb9
commit 3a2c1af3da
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ try_nobody_update() {
call_makepkg() {
cd "$PKGBUILD_dir/$1" || return 1
sudo -u nobody makepkg -s -r -i -f --noconfirm
MAKEFLAGS="-j$(nproc)" sudo -u nobody makepkg -s -r -i -f --noconfirm
}
run_yay() {