diff --git a/README.md b/README.md index c316190..eab2a6b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just getting the script from https://megamov.fr/ssh/add --- ### Automatically ~~~ -wget megamov.fr/ssh/add +wget https://megamov.fr/ssh/add chmod +x add ./add ~~~ @@ -21,7 +21,7 @@ chmod +x add ~~~ cd -wget megamov.fr/ssh/pub +wget https://megamov.fr/ssh/pub mkdir .ssh cat pub >> .ssh/authorized_keys ~~~ diff --git a/index.html b/index.html index c4423d0..5195da4 100644 --- a/index.html +++ b/index.html @@ -10,13 +10,13 @@

Just getting the script from https://megamov.fr/ssh/add


Automatically

-
wget megamov.fr/ssh/add
+
wget https://megamov.fr/ssh/add
 chmod +x add
 ./add
 

or

Manually

cd
-wget megamov.fr/ssh/pub
+wget https://megamov.fr/ssh/pub
 mkdir .ssh
 cat pub >> .ssh/authorized_keys