mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|