mirror of
https://github.com/flynx/post-install.git
synced 2026-07-10 04:10:59 +00:00
moved tor into a feature...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
807324c308
commit
417b5b2786
16
post-install
16
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
|
||||
) }
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user