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) +```