Sync changes after changing pacman config
This commit is contained in:
parent
48698063df
commit
be3cbef9bf
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ sudo sed -i \
|
||||||
-e "};" \
|
-e "};" \
|
||||||
-e "}" \
|
-e "}" \
|
||||||
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \
|
||||||
/etc/pacman.conf
|
/etc/pacman.conf;
|
||||||
|
|
||||||
|
sudo pacman -Sy;
|
||||||
|
|
Loading…
Reference in a new issue