mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
* Include VerbosePkgLists for better pacman -Syu * Add migration for the verbose package lists * Amend comment --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
4 lines
108 B
Bash
4 lines
108 B
Bash
echo "Use verbose package lists for pacman"
|
|
|
|
sudo sed -i '/^ILoveCandy$/a VerbosePkgLists' /etc/pacman.conf
|