1
0
Fork 0
forked from RP1/RaveOS-arch

fixed the new conf hack

This commit is contained in:
RP1 2024-12-29 22:06:50 +01:00
parent 4fab2eedd9
commit 5b803954d3

View file

@ -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