From 460527f010e0e823795750dd92704f3ddb4def7e Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Fri, 2 Jul 2021 14:56:56 +0300
Subject: apt-get best scripting practices

---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 3548458..aa32615 100644
--- a/action.yml
+++ b/action.yml
@@ -66,7 +66,7 @@ runs:
 
             if ($script:linux_host) {
                 sudo apt-get update
-                sudo apt-get install -yq --no-install-recommends $Packages
+                sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends $Packages
             } elseif ($script:cygwin_host) {
                 $choco = Locate-Choco
                 & $choco install $Packages -y --no-progress --source=cygwin
-- 
cgit v1.2.3