Don't needlessly sync & update

This commit is contained in:
ItsDrike 2023-08-02 14:42:56 +02:00
parent 3b5ac91ae8
commit 79fe6bf657
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -21,11 +21,11 @@ pushd "$(dirname "$0")"
pacman -Syu --noconfirm
# Install essential packages
pacman -Syu --noconfirm --needed \
pacman -S --noconfirm --needed \
networkmanager neovim sudo reflector pacman-contrib man-db man-pages rsync btop bind tldr base-devel git pkgfile
# Install packages necessary for this script / other scripts in this dotfiles repo
pacman -Syu --noconfirm --needed python-rich bc lua jq bat
pacman -S --noconfirm --needed python-rich bc lua jq bat
# Copy over system configuration data
cp root/etc/pacman.conf /etc