mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00: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…
Reference in New Issue
Block a user