mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/env bash
|
|
|
|
set -e
|
|
export SERIAL_PATH="./serial-ubuntu-latest/serial"
|
|
. "$(dirname "$0")"/install-common.sh
|
|
install
|