From 644257cf783e197337010adcd163ce3596d3ecb0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Mar 2024 03:36:12 +0300 Subject: [PATCH] minor fix + added shadowsocks-rust... Signed-off-by: Alex A. Naanou --- post-install | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/post-install b/post-install index 616eb7e..2417255 100755 --- a/post-install +++ b/post-install @@ -525,7 +525,14 @@ function feature-far(){ # a disk usage utility... function feature-dust(){ @ sudo dnf copr enable gourlaysama/dust - @ sudo nf install dust + @ sudo dnf install dust +} + + +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +function feature-shadowsocks-rust(){ + @ sudo dnf copr enable spyophobia/shadowsocks-rust + @ sudo dnf install shadowsocks-rust }