Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Fix unattended script repo #10287

Merged
merged 3 commits into from
Oct 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unattended.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function set_required_prerequisite() {
;;
esac
RELEASE_RPM_URL="http://yum.centreon.com/standard/$CENTREON_MAJOR_VERSION/el7/stable/noarch/RPMS/centreon-release-$CENTREON_RELEASE_VERSION.el7.centos.noarch.rpm"
REMI_RELEASE_RPM_URL="https://rpms.remirepo.net/enterprise/remi-release-8.rpm"
REMI_RELEASE_RPM_URL="https://rpms.remirepo.net/enterprise/remi-release-7.rpm"
log "INFO" "Install Centreon from ${RELEASE_RPM_URL}"
OS_SPEC_SERVICES="php-fpm httpd24-httpd"
PKG_MGR="yum"
Expand Down