From b80ac277daff76e505048b2f0f878994b33f540d Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 8 Aug 2023 18:47:39 +0200 Subject: [PATCH] =?utf8?q?Usuni=C4=99cie=20polece=C5=84=20sudo=20z=20skryp?= =?utf8?q?tu=20startowego=20kontenera=20fedora=20-=20skrypt=20startowy=20f?= =?utf8?q?edora.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- fedora.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fedora.sh b/fedora.sh index 0030960..168ef7f 100644 --- a/fedora.sh +++ b/fedora.sh @@ -2,11 +2,11 @@ useradd -m -s /bin/bash rhuser echo "rhuser ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers; echo "root ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers; -sudo dnf update -y -sudo dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm -sudo dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm -sudo dnf update -y -sudo dnf install neofetch -y +dnf update -y +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 +dnf install neofetch -y echo "/usr/bin/neofetch" >> /home/rhuser/.bashrc; -sudo dnf install man-db man-pages -y -sudo mandb -c +dnf install man-db man-pages -y +mandb -c -- 2.39.5