mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
feat(arch-setup): enable colors and the easter egg in pacman
(#890)
This commit is contained in:
parent
dd10565d8f
commit
29f218f57a
@ -529,6 +529,10 @@ sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: A
|
||||
#Add parallel downloading
|
||||
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
|
||||
|
||||
#Set colors and enable the easter egg
|
||||
sed -i 's/^#Color/Color/' /etc/pacman.conf
|
||||
echo "ILoveCandy" | tee -a /etc/pacman.conf
|
||||
|
||||
#Enable multilib
|
||||
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
|
||||
pacman -Sy --noconfirm --needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user