Include VerbosePkgLists for better pacman -Syu (#1003)
* Include VerbosePkgLists for better pacman -Syu * Add migration for the verbose package lists * Amend comment --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
parent
b2a2d0fde3
commit
cc4d41bdaa
@ -36,7 +36,7 @@ if ! command -v yay &>/dev/null; then
|
||||
cd ~
|
||||
fi
|
||||
|
||||
# Add fun and color to the pacman installer
|
||||
# Add fun and color and verbosity to the pacman installer
|
||||
if ! grep -q "ILoveCandy" /etc/pacman.conf; then
|
||||
sudo sed -i '/^\[options\]/a Color\nILoveCandy' /etc/pacman.conf
|
||||
sudo sed -i '/^\[options\]/a Color\nILoveCandy\nVerbosePkgLists' /etc/pacman.conf
|
||||
fi
|
||||
|
3
migrations/1755920552.sh
Normal file
3
migrations/1755920552.sh
Normal file
@ -0,0 +1,3 @@
|
||||
echo "Use verbose package lists for pacman"
|
||||
|
||||
sudo sed -i '/^ILoveCandy$/a VerbosePkgLists' /etc/pacman.conf
|
Loading…
x
Reference in New Issue
Block a user