From: xf0r3m Date: Tue, 8 Aug 2023 16:58:05 +0000 (+0200) Subject: Dodanie dowiązania symbolicznego /usr/bin/dnf do polecenia /usr/bin/dnf5 - po aktuali... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=4f5af89c62a78b0453274114dabe03e3e250837a;p=idle.git Dodanie dowiązania symbolicznego /usr/bin/dnf do polecenia /usr/bin/dnf5 - po aktualizacji polecenie dnf zostało usunięte --- 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