Install firmwares during setup

This commit is contained in:
Manuel Thalmann 2023-04-10 21:34:06 +02:00
parent e3517b246d
commit fbdcb2adc9

View file

@ -3,6 +3,9 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../Config/pacman/install.sh";
. "../Software/yay/install.sh";
# Firmware
yay --noconfirm -Syu mkinitcpio-firmware;
# Essentials
yay --noconfirm -Syu \
bash-completion \