From 04180866536b6dc451dd758204fbe7c8870609d8 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 8 Aug 2023 18:26:01 +0200 Subject: [PATCH] =?utf8?q?Zmieniono=20nazw=C4=99=20kontenera=20z=20rocky9?= =?utf8?q?=20na=20rocky=20w=20bazie,=20zmieniono=20tak=C5=BCe=20nazw=C4=99?= =?utf8?q?=20skrypt=20startowego=20dla=20kontenera=20rocky,=20dodano=20do?= =?utf8?q?=20tego=20skryptu=20startowego=20opcje=20'-y'=20-=20kontener=20r?= =?utf8?q?ocky?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- database.csv | 2 +- rpm.sh => rocky.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename rpm.sh => rocky.sh (86%) diff --git a/database.csv b/database.csv index 464fe4d..852722f 100644 --- a/database.csv +++ b/database.csv @@ -5,6 +5,6 @@ images:fedora/Rawhide;504M;fedora;fedora.sh;rhuser;Fedora Rawhide amd64 (2023071 images:gentoo/systemd;1900M;gentoo;gentoo.sh;gentoouser;Gentoo current amd64 (20230714_17:43) images:kali;389M;kali;deb.sh;debuser;Kali current amd64 (20230714_17:15) images:opensuse/tumbleweed;193M;opensuse;opensuse.sh;suseuser;Opensuse tumbleweed amd64 (20230715_04:20) -images:rockylinux/9;435M;rocky9;rpm.sh;rhuser;Rockylinux 9 amd64 (20230715_02:06) +images:rockylinux/9;435M;rocky;rocky.sh;rhuser;Rockylinux 9 amd64 (20230715_02:06) images:ubuntu/mantic;513M;ubuntu;deb.sh;ubuntu;Ubuntu mantic amd64 (20230714_07:42) images:voidlinux;248M;void;void.sh;voiduser;Voidlinux current amd64 (20230714_17:11) diff --git a/rpm.sh b/rocky.sh similarity index 86% rename from rpm.sh rename to rocky.sh index 983a4f8..45dfe7f 100644 --- a/rpm.sh +++ b/rocky.sh @@ -2,18 +2,18 @@ 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 +sudo dnf update -y sudo dnf install 'dnf-command(config-manager)' -y dnf config-manager --set-enabled crb -sudo dnf update +sudo dnf update -y dnf install epel-release -y dnf install epel-release -y sudo crb enable -sudo dnf update +sudo dnf update -y sudo dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm -y sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm -y -sudo dnf update +sudo dnf update -y sudo dnf install neofetch -y echo "/usr/bin/neofetch" >> /home/rhuser/.bashrc; -sudo dnf install man-db man-pages +sudo dnf install man-db man-pages -y sudo mandb -c -- 2.39.5