From 417b5b2786333603af25595fb27f933faa34a4a3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 23 Jun 2026 13:31:03 +0300 Subject: [PATCH] moved tor into a feature... Signed-off-by: Alex A. Naanou --- post-install | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/post-install b/post-install index f0618cc..2a6d76c 100755 --- a/post-install +++ b/post-install @@ -90,6 +90,8 @@ FEATURES=( npm vim + tor + tlp start-services start-user-services @@ -195,7 +197,6 @@ PKG_DNF=( # networking... nmap syncthing - tor obfs4 nyx yt-dlp qbittorrent httrack # tools... @@ -565,16 +566,17 @@ function feature-vim(){ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -function feature-broot(){ ( - @ sudo dnf copr enable petersen/broot - @ sudo dnf install broot +function feature-tor(){ ( + # for webtunnel... + @ sudo dnf copr enable vgaetera/extras + @ sudo dnf install tor obfs4 webtunnel nyx ) } # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -function feature-tor-webtunnel(){ ( - @ sudo dnf copr enable vgaetera/extras - @ sudo dnf install webtunnel +function feature-broot(){ ( + @ sudo dnf copr enable petersen/broot + @ sudo dnf install broot ) }