Skip to content

Commit

Permalink
add wifi support, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Sep 21, 2024
1 parent cf57dde commit 8bf4b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/5-install-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp /etc/apk/repositories /mnt/newroot/etc/apk

apk --allow-untrusted -U --root /mnt/newroot --initdb add \
alpine-base \
linux-firmware-none linux-lts openssh-server openssh-client chrony acpid syslinux sgdisk partx mount zfs
linux-firmware-none linux-lts openssh-server openssh-client chrony acpid syslinux sgdisk partx mount zfs wireless-tools wpa_supplicant

cp /etc/hostid /mnt/newroot/etc
cp /etc/resolv.conf /mnt/newroot/etc
Expand Down

0 comments on commit 8bf4b1d

Please sign in to comment.