diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:43:41 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:43:41 +0100 |
commit | 03ffdd6fd8e8e9b86600190396728cf18675f015 (patch) | |
tree | 76c3ea09b0fafe10b02176260592ba4a436638b5 | |
parent | 4f7f6cee15cc4374319b722472beae635531ff90 (diff) |
Add broadcom-wl package
-rw-r--r-- | install-arch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index 5a971e2..d856d65 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -41,7 +41,7 @@ timedatectl set-ntp true reflector --country Germany --protocol https --latest 5 --save /etc/pacman.d/mirrorlist -pacstrap /mnt base base-devel linux linux-firmware iwd dhcpcd +pacstrap /mnt base base-devel linux linux-firmware iwd dhcpcd broadcom-wl genfstab -U /mnt >> /mnt/etc/fstab |