Sync pacman repos after updating /etc/pacman.conf

This commit is contained in:
ItsDrike 2023-07-31 21:55:39 +02:00
parent 983d95c2a6
commit 5f3e02b29c

View file

@ -29,6 +29,9 @@ cp -r root/etc/xdg/reflector /etc/xdg
cp -r root/usr/local/bin /usr/local
cp root/.rsync-filter /
# Sync pacman repos after /etc/pacman.conf got updated
sudo pacman -Sy
# Copy ZSH shell configuration
cp -a home/.zshenv ~
mkdir ~/.config