Skip to content

Commit faa7384

Browse files
Merge pull request #6038 from Countly/ArtursKadikis-patch-2
Update countly.install_rhel.sh (raven-release yum fix)
2 parents e4a02ed + 819bd0a commit faa7384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/countly.install_rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cp "$DIR/config/supervisord.example.conf" "$DIR/config/supervisord.conf"
5050
if [[ "$CENTOS_MAJOR" = "9" ]]; then
5151
sudo rpm -ivh https://pkgs.sysadmins.ws/el8/base/x86_64/ipa-gothic-fonts-003.03-15.el8.noarch.rpm
5252
else
53-
sudo yum install https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
53+
sudo yum install -y https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
5454
sudo yum install -y ipa-gothic-fonts
5555
fi
5656

0 commit comments

Comments
 (0)