kernel und header korrigiert
This commit is contained in:
parent
f5fea9a87c
commit
224993d9ac
1 changed files with 2 additions and 2 deletions
4
base.sh
4
base.sh
|
@ -100,8 +100,8 @@ echo "127.0.1.1 arch.localedomain arch" >> /etc/hosts
|
|||
echo root:test | chpasswd
|
||||
|
||||
|
||||
pacman -S "$selectedKernel" "$ucode"
|
||||
pacman -S base-devel "$header"
|
||||
pacman -S $selectedKernel "$ucode"
|
||||
pacman -S base-devel $header
|
||||
|
||||
pacman -S iwd dialog reflector xdg-user-dirs xdg-utils inetutils ldns bash-completion openssh rsync iptables-nft ipset firewalld lynx
|
||||
|
||||
|
|
Loading…
Reference in a new issue