Skip to content

Commit

Permalink
fix: debian frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent 1c32b8f commit 71d305d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/packer/image-factory-vm/scripts/setup-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -e

# Set the DEBIAN_FRONTEND to noninteractive
export DEBIAN_FRONTEND=noninteractive

# Update and upgrade the system
apt-get update
apt-get upgrade -y
Expand Down

0 comments on commit 71d305d

Please sign in to comment.