From f53c2cfb3530a93cc2bc7b60dac623df06f6096b Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:25:24 +0300 Subject: [PATCH] docs: improve README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b80277..7e92012 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + ### Some scripts collection for [Debian stable](https://www.debian.org/releases/) ```bash apt update && apt install apt-transport-https ca-certificates curl vim wget -y @@ -5,6 +7,5 @@ apt update && apt install apt-transport-https ca-certificates curl vim wget -y --- #### security ssh ```bash -curl https://raw.githubusercontent.com/azoway/across/main/ssh/securityssh.sh | bash -``` - +sudo bash <(curl -s https://raw.githubusercontent.com/azoway/across/main/ssh/securityssh.sh) +```