mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
Trim down documentation and script verbosity
This commit is contained in:
committed by
Cooper Quintin
parent
1347e3107a
commit
8f9be746d3
@@ -11,15 +11,4 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
cd "$PROJECT_DIR"
|
||||
|
||||
DEVICE="${1:-}"
|
||||
|
||||
if [ -z "$DEVICE" ]; then
|
||||
echo "Usage: $0 <device>"
|
||||
echo ""
|
||||
echo "Run 'cargo run --bin installer help' for a list of supported devices."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
shift
|
||||
FIRMWARE_PROFILE=firmware-devel cargo run -p installer --bin installer -- "$DEVICE" "$@"
|
||||
FIRMWARE_PROFILE=firmware-devel cargo run -p installer --bin installer -- "$@"
|
||||
|
||||
Reference in New Issue
Block a user