Skip to content

Commit ca10c8b

Browse files
Fix packages test script to use deb noninteractive (#93)
1 parent 430db52 commit ca10c8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/support/test-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ DISTRO_TYPE=""
66
[[ -x "/usr/bin/apt-get" ]] && DISTRO_TYPE="deb"
77
[[ -x "/usr/bin/yum" ]] && DISTRO_TYPE="rpm"
88

9+
# Required for Ubuntu <= 20.04 to not ask for input during package installation
10+
export DEBIAN_FRONTEND=noninteractive
11+
912
../scripts/install.sh
1013
crystal --version
1114
shards --version

0 commit comments

Comments
 (0)