We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430db52 commit ca10c8bCopy full SHA for ca10c8b
packages/support/test-install.sh
@@ -6,6 +6,9 @@ DISTRO_TYPE=""
6
[[ -x "/usr/bin/apt-get" ]] && DISTRO_TYPE="deb"
7
[[ -x "/usr/bin/yum" ]] && DISTRO_TYPE="rpm"
8
9
+# Required for Ubuntu <= 20.04 to not ask for input during package installation
10
+export DEBIAN_FRONTEND=noninteractive
11
+
12
../scripts/install.sh
13
crystal --version
14
shards --version
0 commit comments