mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-26 01:08:10 -07:00
ci: release platform independent installer zips
Release one zip file for each operating system / architecture combination supported by the installer.
This commit is contained in:
@@ -5,8 +5,8 @@ Windows support in Rayhunter's installer is a work-in-progress. Depending on the
|
||||
## TP-Link
|
||||
|
||||
1. Connect the device via WiFi or USB Tethering -- you should be able to view the TP-Link admin page on <http://192.168.0.1>.
|
||||
2. Download the latest release (must be at least 0.3.0), and unpack the zipfile.
|
||||
3. Open PowerShell or CMD in that extracted folder, and run the binary appropriate for your operating system: `./installer-windows-x86_64/installer tplink`
|
||||
2. Download the latest release (must be at least 0.3.0) for windows-x86_64, and unpack the zipfile.
|
||||
3. Open PowerShell or CMD in that extracted folder, the installer: `./installer tplink`
|
||||
4. Follow the instructions on the screen, if there are any.
|
||||
|
||||
## Orbic
|
||||
@@ -22,10 +22,10 @@ Windows support in Rayhunter's installer is a work-in-progress. Depending on the
|
||||

|
||||
|
||||
1. Click 'install driver' and wait for it to finish.
|
||||
2. Download the latest `rayhunter-vX.X.X.zip` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases). The version you download will have numbers instead of X
|
||||
3. Unzip `rayhunter-vX.X.X` .
|
||||
2. Download the latest `rayhunter-vX.X.X-windows-x86_64.zip` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases). The version you download will have numbers instead of X
|
||||
3. Unzip `rayhunter-vX.X.X-windows-x86_64` .
|
||||
1. Open a powershell terminal by pressing Win+R and typing `powershell` and hitting enter.
|
||||
5. Type `cd ~\Downloads\rayhunter-v<x.x.x>\installer-windows-x86_64` (**Replace <x.x.x> with the Rayhunter version you just unzipped**) and hit enter.
|
||||
5. Type `cd ~\Downloads\rayhunter-v<x.x.x>-windows-x86_64` (**Replace <x.x.x> with the Rayhunter version you just unzipped**) and hit enter.
|
||||
5. Run the install script: `.\installer.exe orbic` and hit enter.
|
||||
- The device will restart multiple times over the next few minutes.
|
||||
- You will know it is done when you see terminal output that says `checking for rayhunter server...success!`
|
||||
|
||||
@@ -2,12 +2,18 @@
|
||||
|
||||
Make sure you've got one of Rayhunter's [supported devices](./supported-devices.md). These instructions have only been tested on macOS and Ubuntu 24.04. If they fail, you will need to [install Rayhunter from source](./installing-from-source.md).
|
||||
|
||||
1. Download the latest `rayhunter-vX.X.X.zip` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases)
|
||||
2. Decompress the `rayhunter-vX.X.X.zip` archive. Open the terminal and navigate to the folder. (Be sure to replace X.X.X with the correct version number!)
|
||||
1. Download the latest `rayhunter-vX.X.X-PLATFORM.zip` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases) for your platform:
|
||||
- for Linux on x64 architecture: `linux-x64`
|
||||
- for Linux on ARM64 architecture: `linux-aarch64`
|
||||
- for MacOS on Intel (old macbooks) architecture: `macos-intel`
|
||||
- for MacOS on ARM (M1/M2 etc.) architecture: `macos-arm`
|
||||
- for Windows: `windows-x86_64`
|
||||
|
||||
2. Decompress the `rayhunter-vX.X.X-PLATFORM.zip` archive. Open the terminal and navigate to the folder. (Be sure to replace X.X.X with the correct version number!)
|
||||
|
||||
```bash
|
||||
unzip ~/Downloads/rayhunter-vX.X.X.zip
|
||||
cd ~/Downloads/rayhunter-vX.X.X
|
||||
unzip ~/Downloads/rayhunter-vX.X.X-PLATFORM.zip
|
||||
cd ~/Downloads/rayhunter-vX.X.X-PLATFORM
|
||||
```
|
||||
|
||||
3. Turn on your device by holding the power button on the front.
|
||||
@@ -15,14 +21,7 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices.
|
||||
* For the Orbic, connect the device using a USB-C cable.
|
||||
* For TP-Link, connect to its network using either WiFi or USB Tethering.
|
||||
|
||||
4. Run the install script for your operating system:
|
||||
|
||||
First, enter the correct subfolder for your operating system:
|
||||
- for Ubuntu on x64 architecture: `cd installer-ubuntu-24`
|
||||
- for Ubuntu on ARM64 architecture: `cd installer-ubuntu-24-aarch64`
|
||||
- for MacOS on Intel (old macbooks) architecture: `cd installer-macos-intel`
|
||||
- for MacOS on ARM (M1/M2 etc.) architecture: `cd installer-macos-arm`
|
||||
- for Windows: `cd installer-windows-x86_64`
|
||||
4. Run the installer:
|
||||
|
||||
```bash
|
||||
# On MacOS, you must first remove the quarantine bit
|
||||
|
||||
Reference in New Issue
Block a user