mirror of https://github.com/Sonarr/Sonarr
Removed duplicate yum install of wget (used twice in the same command) and yum-utils (previously installed in the previous commands)
parent
e4740524f8
commit
9e03ce81bc
|
@ -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