Sync changes after changing pacman config

This commit is contained in:
Manuel Thalmann 2023-04-17 10:14:12 +02:00
parent d78a3f4d32
commit bdaf5500fd

View file

@ -8,4 +8,6 @@ sudo sed -i \
-e "};" \
-e "}" \
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
/etc/pacman.conf
/etc/pacman.conf;
sudo pacman -Sy;