update adb version which fixes adb key missing error. Fixes #330

This commit is contained in:
Cooper Quintin
2025-05-29 15:00:23 -07:00
committed by Cooper Quintin
parent 4ee504fed7
commit 58843413b5
5 changed files with 8 additions and 15 deletions

View File

@@ -20,8 +20,8 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices.
First, enter the correct subfolder for your operating system:
- for Ubuntu on x64 arhitecture: `cd installer-ubuntu-24`
- for Ubuntu on ARM64 arhitecture: `cd installer-ubuntu-24-aarch64`
- for MacOS on Intel architecture: `cd installer-macos-intel`
- for MacOS on ARM achitecture: `cd installer-macos-arm`
- for MacOS on Intel (old macbooks) architecture: `cd installer-macos-intel`
- for MacOS on ARM (M1/M2 etc.) achitecture: `cd installer-macos-arm`
- for Windows: `cd installer-windows-x86_64`
```bash