Trim down documentation and script verbosity

This commit is contained in:
Markus Unterwaditzer
2026-02-08 15:07:56 +01:00
committed by Cooper Quintin
parent 1347e3107a
commit 8f9be746d3
3 changed files with 5 additions and 82 deletions

View File

@@ -33,8 +33,6 @@ check_dependencies() {
echo "Installing ARM target (armv7-unknown-linux-musleabihf)..."
rustup target add armv7-unknown-linux-musleabihf
fi
echo "All dependencies found."
}
build_frontend() {
@@ -62,10 +60,9 @@ case "$COMMAND" in
build_daemon
echo ""
echo "Build complete! To install to a device, run:"
echo " FIRMWARE_PROFILE=firmware-devel cargo run -p installer --bin installer <device>"
echo " ./scripts/install-dev.sh <device>"
echo ""
echo "Replace <device> with your device type (e.g. orbic, tplink)."
echo "Run 'cargo run --bin installer help' for a list of supported devices."
;;
frontend)
build_frontend