From 79958415e7753ec79aff0620c4cf0ddbd3a51086 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 1 Dec 2022 17:25:29 +0400 Subject: [PATCH] Update .scripts/install_base.sh --- dot_scripts/executable_install_base.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_scripts/executable_install_base.sh b/dot_scripts/executable_install_base.sh index 56987d6..ee9e6aa 100755 --- a/dot_scripts/executable_install_base.sh +++ b/dot_scripts/executable_install_base.sh @@ -5,10 +5,10 @@ ## Pacman # Workaround for keyring nonsense, see https://bugs.archlinux.org/task/75574 -sudo pacman -Sy --needed archlinux-keyring -sudo pacman -Su +sudo pacman -Sy --needed --noconfirm archlinux-keyring +sudo pacman -Su --needed --noconfirm # Install packages -sudo pacman --needed --noconfirm -Sy base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2 ttf-cascadia-code ponysay +sudo pacman --needed --noconfirm -S base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2 ttf-cascadia-code ponysay ## Paru (AUR helper) # Install Paru from AUR if not installed