mirror of
https://github.com/flynx/post-install.git
synced 2026-07-10 12:20: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
|
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
|
||||||
) }
|
) }
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user