From b743697c40e4dc79002c2f663e38d8d729e79b35 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Tue, 3 Nov 2020 15:51:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df5019f..5638a3b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Tested on a fresh install of CentOS 7.6 Your installation packet-names may vary ``` $ sudo -i +# dnf install epel-release dnf-utils -y +# yum-config-manager --set-enabled PowerTools +# yum-config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo + # yum install python3 python3-pip git unzip ffmpeg -y # pip3 install selenium youtube-dl # cd /opt && git clone https://code.michu-it.com/michael/selenium-linuxacademy-dl.git