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)
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