Update install code

This commit is contained in:
Robbie Cahill
2023-12-06 21:05:51 +11:00
parent 9871ab9635
commit 9beb403b75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.