mirror of https://github.com/Sonarr/Sonarr
Removed duplicate packages from yum install command - wget (mentioned earlier in the same command) and yum-utils (installed in a previous yum install command)
parent
9e03ce81bc
commit
d6c0ba7acf
|
@ -11,7 +11,7 @@ rpm --import 'http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e032
|
|||
dnf config-manager --add-repo https://download.mono-project.com/repo/centos8-stable.repo
|
||||
```
|
||||
```
|
||||
yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-feedparser python-configobj python-cheetah python-dbus python-devel libxslt-devel yum-utils wget mediainfo libzen libmediainfo curl gettext mono-core mono-devel sqlite.x86_64
|
||||
yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-feedparser python-configobj python-cheetah python-dbus python-devel libxslt-devel mediainfo libzen libmediainfo curl gettext mono-core mono-devel sqlite.x86_64
|
||||
```
|
||||
|
||||
2. Add a user for Sonarr to use
|
||||
|
|
Loading…
Reference in New Issue