mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-24 04:09:03 +00:00
Don't needlessly sync & update
This commit is contained in:
parent
3b5ac91ae8
commit
79fe6bf657
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue