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