We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2d2ae commit eb56a34Copy full SHA for eb56a34
bin/countly.install_rhel.sh
@@ -56,7 +56,7 @@ set -e
56
yum -y install python-setuptools
57
yum install -y epel-release
58
59
-yum install ShellCheck
+yum install -y ShellCheck
60
61
if grep -q -i "release 6" /etc/redhat-release ; then
62
bash "$DIR/scripts/install-python27.sh"
0 commit comments