]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Zmieniono nazwę kontenera z rocky9 na rocky w bazie, zmieniono także nazwę skrypt...
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 16:26:01 +0000 (18:26 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 8 Aug 2023 16:26:01 +0000 (18:26 +0200)
database.csv
rocky.sh [moved from rpm.sh with 86% similarity]

index 464fe4da052b880c3179d5e5933e76b2c93c1c7a..852722f4928c7bd24c8e589cf7931705338035b1 100644 (file)
@@ -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 983a4f86d2bda260c04cc7bd944575ba398e3f38..45dfe7fc71a6ca7901982a797af3d22937b6d6eb 100644 (file)
--- 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