diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-05 12:44:44 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-05 12:44:44 +0100 |
commit | e67ef010efe2f1f45898f8efb7eaf8fc2620d2dc (patch) | |
tree | ee7805135e3523086fc9e362801d655ec8a16bdf /install-arch.sh | |
parent | 03ffdd6fd8e8e9b86600190396728cf18675f015 (diff) |
Add MacBook model comment
Diffstat (limited to 'install-arch.sh')
-rw-r--r-- | install-arch.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index d856d65..f383284 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -41,7 +41,9 @@ 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 broadcom-wl +pacstrap /mnt base base-devel linux linux-firmware \ + iwd dhcpcd \ + broadcom-wl # for MacBookPro10,2 genfstab -U /mnt >> /mnt/etc/fstab |