Files
hassio-addons/webtop_kde/rootfs/helpers/microsoft-edge-stable
2025-06-21 00:04:36 +00: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