diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-04-12 15:05:06 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-04-12 15:05:06 +0200 |
commit | 8f30f7e26412deb32c3d5d87a7f662becd8d758d (patch) | |
tree | 172edc4320e9c15a342b88e7e21e5006099588bb | |
parent | 74b43d8af3525dba64c5ef84fbaa782b60a927b5 (diff) |
Use broadcom-wl-dkms package and add linux-headers
-rw-r--r-- | install-arch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install-arch.sh b/install-arch.sh index 7cf0891..db100c5 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -41,9 +41,9 @@ timedatectl set-ntp true reflector --country Germany --protocol https --latest 15 --save /etc/pacman.d/mirrorlist -pacstrap /mnt base base-devel linux linux-firmware \ +pacstrap /mnt base base-devel linux linux-headers linux-firmware \ iwd dhcpcd \ - broadcom-wl # for MacBookPro10,2 + broadcom-wl-dkms # for MacBookPro10,2 genfstab -U /mnt >> /mnt/etc/fstab |