]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Dodanie dowiÄ…zania symbolicznego /usr/bin/dnf do polecenia /usr/bin/dnf5 - po aktuali...
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 16:58:05 +0000 (18:58 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 16:58:05 +0000 (18:58 +0200)
fedora.sh

index 168ef7f9a66d7cc9021cb53ed601331619d28043..05784a11a80f3a3b6f8f97695a900a948ec4822d 100644 (file)
--- 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