From 7093892ec0770a8f726cf61faba8d4c2d3a82c55 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 7 Nov 2025 16:00:45 +0300 Subject: [PATCH 1/3] added graphviz Signed-off-by: Alex A. Naanou --- post-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-install b/post-install index 8e231e2..5a4229c 100755 --- a/post-install +++ b/post-install @@ -185,6 +185,7 @@ PKG_DNF=( foremost binwalk #scalpel # networking... + nmap syncthing tor obfs4 nyx yt-dlp qbittorrent httrack @@ -239,6 +240,7 @@ PKG_DNF=( avidemux exiftool exiv2 vips-tools perl-Image-ExifTool + graphviz # codecs... gstreamer1-plugin-openh264 From cc3d8d84ac15befc81e130133542f6ac67e617db Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 11 Nov 2025 01:30:16 +0300 Subject: [PATCH 2/3] added repidraw (testing) Signed-off-by: Alex A. Naanou --- post-install | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install b/post-install index 5a4229c..b44f690 100755 --- a/post-install +++ b/post-install @@ -328,6 +328,7 @@ PKG_FLATPAK=( org.blender.Blender org.gimp.GIMP com.rawtherapee.RawTherapee + io.github.CyberTimon.RapidRAW org.freecad.FreeCAD com.usebottles.bottles ) From e4d267ed0b16cca500afafe9b643bec506ac6ccb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 11 Nov 2025 15:06:09 +0300 Subject: [PATCH 3/3] ... Signed-off-by: Alex A. Naanou --- post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install b/post-install index b44f690..dfe478c 100755 --- a/post-install +++ b/post-install @@ -328,7 +328,7 @@ PKG_FLATPAK=( org.blender.Blender org.gimp.GIMP com.rawtherapee.RawTherapee - io.github.CyberTimon.RapidRAW + #io.github.CyberTimon.RapidRAW org.freecad.FreeCAD com.usebottles.bottles )