Automatically remove /etc/pacman.d/mirrorlist.pacnew since it is dynamically fetched by this script
This commit is contained in:
@ -65,6 +65,7 @@ which flatpak >/dev/null 2>&1 && flatpak update
|
||||
|
||||
# Find new configs
|
||||
echo -e '\nSearching for new configs ...' >&2
|
||||
[ -f /etc/pacman.d/mirrorlist.pacnew ] && sudo rm /etc/pacman.d/mirrorlist.pacnew
|
||||
sudo pacdiff
|
||||
|
||||
echo -e '\nIt is recommended to restart the system.'
|
||||
|
Reference in New Issue
Block a user