Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
contrib.repo -> bareos:contrib.repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Apr 3, 2015
1 parent c8ae9de commit 4a76d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/INSTALL.md
Expand Up @@ -50,7 +50,7 @@ DIST=CentOS_7
# add the Bareos contrib repository
URL=http://download.bareos.org/bareos/contrib/$DIST
wget -O /etc/yum.repos.d/bareos-webui.repo $URL/contrib.repo
wget -O /etc/yum.repos.d/bareos:contrib.repo $URL/bareos:contrib.repo
# install bareos-webui package
yum install bareos-webui
Expand All @@ -71,7 +71,7 @@ DIST=SLE_12
# add the Bareos contrib repository
URL=http://download.bareos.org/bareos/contrib/$DIST
zypper addrepo --refresh $URL/conrib.repo
zypper addrepo --refresh $URL/bareos:conrib.repo
# install bareos-webui package
zypper install bareos-webui
Expand All @@ -92,7 +92,7 @@ DIST=Debian_7.0
# add the Bareos contrib repository
URL=http://download.bareos.org/bareos/contrib/$DIST
printf "deb $URL /\n" >> /etc/apt/source.list.d/bareos.list
printf "deb $URL /\n" >> /etc/apt/source.list.d/bareos_contrib.list
# add package key
wget -q $URL/Release.key -O- | apt-key add -
Expand Down

0 comments on commit 4a76d84

Please sign in to comment.