Install firmwares during setup
This commit is contained in:
parent
3b2a521315
commit
8cae3ae9a5
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue