From 117a5e75ebf7f20abbeb08116b85067296b0bd4e Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 19 Apr 2026 12:53:12 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20struktury=20u=C5=82atwiaj=C4=85cej=20i?= =?utf8?q?nstalacj=C4=99=20oraz=20pliku=20z=20zale=C5=BCno=C5=9Bciami=20do?= =?utf8?q?=20budowy=20pakiet=C3=B3w=20Debian.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- immudex-cdrip => bin/immudex-cdrip | 0 immudex-create-media => bin/immudex-create-media | 0 immudex-crypt => bin/immudex-crypt | 0 immudex-meteo => bin/immudex-meteo | 0 {immudex-motd => bin}/immudex-motd | 0 immudex-pl => bin/immudex-pl | 0 immudex-shoutcasts => bin/immudex-shoutcasts | 0 immudex-ytplay => bin/immudex-ytplay | 0 dependencies.txt | 10 ++++++++++ {immudex-motd => misc}/motd.conf | 0 10 files changed, 10 insertions(+) rename immudex-cdrip => bin/immudex-cdrip (100%) rename immudex-create-media => bin/immudex-create-media (100%) rename immudex-crypt => bin/immudex-crypt (100%) rename immudex-meteo => bin/immudex-meteo (100%) rename {immudex-motd => bin}/immudex-motd (100%) rename immudex-pl => bin/immudex-pl (100%) rename immudex-shoutcasts => bin/immudex-shoutcasts (100%) rename immudex-ytplay => bin/immudex-ytplay (100%) create mode 100644 dependencies.txt rename {immudex-motd => misc}/motd.conf (100%) diff --git a/immudex-cdrip b/bin/immudex-cdrip similarity index 100% rename from immudex-cdrip rename to bin/immudex-cdrip diff --git a/immudex-create-media b/bin/immudex-create-media similarity index 100% rename from immudex-create-media rename to bin/immudex-create-media diff --git a/immudex-crypt b/bin/immudex-crypt similarity index 100% rename from immudex-crypt rename to bin/immudex-crypt diff --git a/immudex-meteo b/bin/immudex-meteo similarity index 100% rename from immudex-meteo rename to bin/immudex-meteo diff --git a/immudex-motd/immudex-motd b/bin/immudex-motd similarity index 100% rename from immudex-motd/immudex-motd rename to bin/immudex-motd diff --git a/immudex-pl b/bin/immudex-pl similarity index 100% rename from immudex-pl rename to bin/immudex-pl diff --git a/immudex-shoutcasts b/bin/immudex-shoutcasts similarity index 100% rename from immudex-shoutcasts rename to bin/immudex-shoutcasts diff --git a/immudex-ytplay b/bin/immudex-ytplay similarity index 100% rename from immudex-ytplay rename to bin/immudex-ytplay diff --git a/dependencies.txt b/dependencies.txt new file mode 100644 index 0000000..5ca56e9 --- /dev/null +++ b/dependencies.txt @@ -0,0 +1,10 @@ +immudex-cdrip { bash (>=5.2.15), icedax (>=9:1.1.11-3), cdparanoia (>=3.10.2) } +immudex-create-media { bash (>=5.2.15), parted (>=3.5-3), dosfstools (>=4.2-1), grub2 (>=2.06-13), grub-efi-ia32-bin (>=2.06-13) } +immudex-crypt { bash (>=5.2.15), cryptsetup (>=2.6.1-4) } +immudex-meteo { bash (>=5.2.15), curl (>=7.88.1-10) } +immudex-motd { bash (>=5.2.15), figlet (>=2.2.5-3), lolcat (>=100.0.1-3), immudex-meteo (>=1.0) } +immudex-pl { bash (>=5.2.15), mpv (>=0.35.1-4), yt-dlp (>=2023.03.04-1) } +immudex-shoutcasts { bash (>=5.2.15), wget (>=1.21.3-1), dos2unix (>=7.4.3-1), mpv (>=0.35.1-4) } +immudex-ytplay { python3 (>=3.11.2-1), mpv (>=0.35.1-4), yt-dlp (>=2023.03.04-1), python3-youtube-search (>=2.2.0) } +python3-youtube-search { python3 (>=3.11.2-1), python3-pip (>=23.0.1) } + diff --git a/immudex-motd/motd.conf b/misc/motd.conf similarity index 100% rename from immudex-motd/motd.conf rename to misc/motd.conf -- 2.39.5