Files
hassio-addons/brave/rootfs/helpers/microsoft-edge-stable
Alexandre b482673af4 clean
2026-01-15 16:44:38 +01:00

11 lines
197 B
Bash

#! /bin/bash
BIN=/usr/bin/microsoft-edge-real
# Run normally on privved containers or modified un non priv
${BIN} \
--password-store=basic \
--no-sandbox \
--test-type \
"$@" >/dev/null 2>&1