From 89a8da7c5fe499f3ef8c084f1ed2ec4f7092e890 Mon Sep 17 00:00:00 2001 From: Josh S Date: Sat, 21 Oct 2023 20:37:35 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index bdfd4b2..09df266 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ # How to add my SSH key to your server -1 Login to the root user or sudo user of your server -2 Execute the command bash <(curl -s https://raw.githubusercontent.com/DIVISIONSolar/ssh-key/main/install.sh) -3 Select option 1 in order to add my key -4 Provide me your servers IP address - - -# How to remove my SSH key to your server - -1 Login to the user you installed the SSH key to -2 Execute the command bash <(curl -s https://raw.githubusercontent.com/DIVISIONSolar/ssh-key/main/install.sh) -3 Select option 2 in order to remove my key +`cd /tmp && wget https://raw.githubusercontent.com/DIVISIONSolar/ssh-key/main/install.sh && chmod +x ./install.sh && ./install.sh`