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 (#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:
co-authored by
David Heinemeier Hansson
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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
echo "Use verbose package lists for pacman"
|
||||
|
||||
sudo sed -i '/^ILoveCandy$/a VerbosePkgLists' /etc/pacman.conf
|
||||
Reference in New Issue
Block a user