moved tor into a feature...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-06-23 13:31:03 +03:00
parent 807324c308
commit 417b5b2786

View File

@ -90,6 +90,8 @@ FEATURES=(
npm npm
vim vim
tor
tlp tlp
start-services start-services
start-user-services start-user-services
@ -195,7 +197,6 @@ PKG_DNF=(
# networking... # networking...
nmap nmap
syncthing syncthing
tor obfs4 nyx
yt-dlp qbittorrent httrack yt-dlp qbittorrent httrack
# tools... # tools...
@ -565,16 +566,17 @@ function feature-vim(){
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function feature-broot(){ ( function feature-tor(){ (
@ sudo dnf copr enable petersen/broot # for webtunnel...
@ sudo dnf install broot @ sudo dnf copr enable vgaetera/extras
@ sudo dnf install tor obfs4 webtunnel nyx
) } ) }
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function feature-tor-webtunnel(){ ( function feature-broot(){ (
@ sudo dnf copr enable vgaetera/extras @ sudo dnf copr enable petersen/broot
@ sudo dnf install webtunnel @ sudo dnf install broot
) } ) }