From 9beb403b75e2ef6668b2caa3c3f83dd794e7dcfa Mon Sep 17 00:00:00 2001 From: Robbie Cahill Date: Wed, 6 Dec 2023 21:05:51 +1100 Subject: [PATCH] Update install code --- .github/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 082b72b..a1e4d5b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -39,7 +39,7 @@ Alternatively you can install the latest precompiled binary for your platform. T #### Linux, Mac and Windows Subsystem for Linux Copy and paste the following into a terminal: ``` -curl -O https://install.tunnelmole.com/xD345/install && sudo bash install.sh +curl -O https://install.tunnelmole.com/xD345/install && sudo bash install ``` The script will detect your OS and install the right version. diff --git a/README.md b/README.md index 5734a06..542a2df 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Alternatively, you can install a pre-built binary for your platform #### Linux, Mac and Windows Subsystem for Linux Copy and paste the following into a terminal: ``` -curl -O https://install.tunnelmole.com/xD345/install && sudo bash install.sh +curl -O https://install.tunnelmole.com/n3d5g/install && sudo bash install ``` The script will detect your OS and install the right version.