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