From: xf0r3m Date: Tue, 8 Aug 2023 16:26:01 +0000 (+0200) Subject: Zmieniono nazwę kontenera z rocky9 na rocky w bazie, zmieniono także nazwę skrypt... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=04180866536b6dc451dd758204fbe7c8870609d8;p=idle.git Zmieniono nazwę kontenera z rocky9 na rocky w bazie, zmieniono także nazwę skrypt startowego dla kontenera rocky, dodano do tego skryptu startowego opcje '-y' - kontener rocky --- 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