Add to missing lines

This commit is contained in:
Austin Horstman 2022-03-01 19:40:11 -06:00
parent 0b576a353e
commit c2b8b0069d
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
#Enable multilib
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
pacman -Sy --noconfirm --needed
pacman -Sy --noconfirm --needed --color=always
echo -ne "
-------------------------------------------------------------------------

View File

@ -49,7 +49,7 @@ if [[ ! $AUR_HELPER == none ]]; then
continue
fi
echo "INSTALLING: ${line}"
$AUR_HELPER -S --noconfirm --needed ${line}
$AUR_HELPER -S --noconfirm --needed --color=always ${line}
done
fi