Update .scripts/install_base.sh
This commit is contained in:
parent
f1563e1727
commit
79958415e7
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
## Pacman
|
## Pacman
|
||||||
# Workaround for keyring nonsense, see https://bugs.archlinux.org/task/75574
|
# Workaround for keyring nonsense, see https://bugs.archlinux.org/task/75574
|
||||||
sudo pacman -Sy --needed archlinux-keyring
|
sudo pacman -Sy --needed --noconfirm archlinux-keyring
|
||||||
sudo pacman -Su
|
sudo pacman -Su --needed --noconfirm
|
||||||
# Install packages
|
# 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)
|
## Paru (AUR helper)
|
||||||
# Install Paru from AUR if not installed
|
# Install Paru from AUR if not installed
|
||||||
|
|
Loading…
Reference in a new issue