From 79fe6bf657c42425bc43e8fa8f7370554552208d Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 2 Aug 2023 14:42:56 +0200 Subject: [PATCH] Don't needlessly sync & update --- install_root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_root.sh b/install_root.sh index 328e0b8..2b836bb 100755 --- a/install_root.sh +++ b/install_root.sh @@ -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