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
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
) }