mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Don't needlessly sync & update
This commit is contained in:
parent
3b5ac91ae8
commit
79fe6bf657
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue