Skip to content

Commit eb56a34

Browse files
committed
[scripts] rhel shellcheck install auto confirm
1 parent 2f2d2ae commit eb56a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/countly.install_rhel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set -e
5656
yum -y install python-setuptools
5757
yum install -y epel-release
5858

59-
yum install ShellCheck
59+
yum install -y ShellCheck
6060

6161
if grep -q -i "release 6" /etc/redhat-release ; then
6262
bash "$DIR/scripts/install-python27.sh"

0 commit comments

Comments
 (0)