From abaf3c76f6409bb7771903a793eee0cd0b7ab2d6 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 13 Apr 2023 09:51:01 -0700 Subject: [PATCH] packer: dev nodes have wifi right now. Later on, wpa_supplicant will be removed but it's needed now for testing. --- packer/scripts/install-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/scripts/install-base.sh b/packer/scripts/install-base.sh index 08e4534..6b1d854 100755 --- a/packer/scripts/install-base.sh +++ b/packer/scripts/install-base.sh @@ -8,5 +8,5 @@ echo 'nameserver 8.8.8.8' > /etc/resolv.conf echo "==> installing base updates" apt-get -y update -apt-get -y install ansible apt-transport-https ca-certificates +apt-get -y install ansible apt-transport-https ca-certificates wpasupplicant apt-get -y clean \ No newline at end of file