mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +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
|
pacman -Syu --noconfirm
|
||||||
|
|
||||||
# Install essential packages
|
# 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
|
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
|
# 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
|
# Copy over system configuration data
|
||||||
cp root/etc/pacman.conf /etc
|
cp root/etc/pacman.conf /etc
|
||||||
|
|
Loading…
Reference in a new issue