From 4f5af89c62a78b0453274114dabe03e3e250837a Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 8 Aug 2023 18:58:05 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20dowi=C4=85zania=20symbolicznego=20/usr?= =?utf8?q?/bin/dnf=20do=20polecenia=20/usr/bin/dnf5=20-=20po=20aktualizacj?= =?utf8?q?i=20polecenie=20dnf=20zosta=C5=82o=20usuni=C4=99te?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- fedora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora.sh b/fedora.sh index 168ef7f..05784a1 100644 --- a/fedora.sh +++ b/fedora.sh @@ -3,6 +3,7 @@ useradd -m -s /bin/bash rhuser echo "rhuser ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers; echo "root ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers; dnf update -y +ln -s /usr/bin/dnf5 /usr/bin/dnf; dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm dnf update -y -- 2.39.5