We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f81526b + 07cc32d commit 7546337Copy full SHA for 7546337
bin/countly.install_rhel.sh
@@ -48,9 +48,9 @@ cp "$DIR/config/supervisord.example.conf" "$DIR/config/supervisord.conf"
48
49
#Install raven-release for ipa-gothic-fonts required by puppeteer
50
if [[ "$CENTOS_MAJOR" = "9" ]]; then
51
- sudo rpm -ivh https://pkgs.dyn.su/el8/base/x86_64/ipa-gothic-fonts-003.03-15.el8.noarch.rpm
+ sudo rpm -ivh https://pkgs.sysadmins.ws/el8/base/x86_64/ipa-gothic-fonts-003.03-15.el8.noarch.rpm
52
else
53
- sudo yum install -y https://pkgs.dyn.su/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
+ sudo yum install https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
54
sudo yum install -y ipa-gothic-fonts
55
fi
56
0 commit comments