Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-01 17:25:29 +04:00
parent f1563e1727
commit 79958415e7
1 changed files with 3 additions and 3 deletions

View File

@ -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