Skip to content

Commit

Permalink
add autoapprove to apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
hidalgopl committed Apr 22, 2021
1 parent c9b5bbb commit ac9a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/terraform-aws/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

apt-get update
apt-get install apt-transport-https ca-certificates curl gnupg lsb-release
apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
cat <<EOF > /etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ kubernetes-xenial main
Expand Down

0 comments on commit ac9a055

Please sign in to comment.