diff --git a/raveos-hypr.sh b/raveos-hypr.sh index 04b7257..c07764d 100644 --- a/raveos-hypr.sh +++ b/raveos-hypr.sh @@ -29,7 +29,7 @@ Locale=$(echo $LANG) # Making Makepkg a bit faster sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf - echo 'MAKEFLAGS="-j16"' | sudo tee -a /etc/makepkg.conf > /dev/null + echo 'MAKEFLAGS="-j8"' | sudo tee -a /etc/makepkg.conf > /dev/null # Installing packages