diff --git a/doc/02-Installation.md b/doc/02-Installation.md index a66f9f8c9f..1eba3a6296 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -99,7 +99,6 @@ apt-get update ### CentOS Repository ```bash -rpm --import https://packages.icinga.com/icinga.key wget https://packages.icinga.com/centos/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo ``` @@ -132,7 +131,6 @@ yum install centos-release-scl Don't forget to fill in the username and password section with your credentials in the local .repo file. ```bash -rpm --import https://packages.icinga.com/icinga.key wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo ``` @@ -174,8 +172,6 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r Don't forget to fill in the username and password section with your credentials in the local .repo file. ```bash -rpm --import https://packages.icinga.com/icinga.key - zypper ar https://packages.icinga.com/subscription/sles/ICINGA-release.repo zypper ref ``` @@ -203,7 +199,6 @@ SUSEConnect -p PackageHub/$VERSION_ID/x86_64 Don't forget to fill in the username and password section with your credentials in the local .repo file. ```bash -rpm --import https://packages.icinga.com/icinga.key wget https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo ```