ENH make my cpu scream
This commit is contained in:
parent
58756fddb9
commit
3a2c1af3da
|
@ -51,7 +51,7 @@ try_nobody_update() {
|
||||||
|
|
||||||
call_makepkg() {
|
call_makepkg() {
|
||||||
cd "$PKGBUILD_dir/$1" || return 1
|
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() {
|
run_yay() {
|
||||||
|
|
Loading…
Reference in New Issue