Skip to content

Commit

Permalink
autobuild: make tzdata silent working
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Aug 26, 2024
1 parent d54b671 commit e6b938a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autobuild/tf-build-deps-clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true

apt-get update

Expand Down
2 changes: 2 additions & 0 deletions autobuild/tf-build-deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true

# install dependencies for building
apt-get update
Expand Down

0 comments on commit e6b938a

Please sign in to comment.