Skip to content

Commit

Permalink
feat: set DEBIAN_FRONTEND to noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed May 31, 2024
1 parent f05ef64 commit 186c36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-emacs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export DEBIAN_FRONTEND=noninteractive

set -e
set -o pipefail

Expand Down

0 comments on commit 186c36f

Please sign in to comment.