1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Removed duplicate packages from yum install command - wget (mentioned earlier in the same command) and yum-utils (installed in a previous yum install command)

Daniel Anner 2021-11-17 09:55:29 -05:00
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