Files
hassio-addons/webtop_kde/rootfs/helpers/microsoft-edge-stable
Alexandre 2d6f0083d1 Revert "Symlink"
This reverts commit 5eb8b486ce.
2025-02-21 10:31:35 +00:00

11 lines
202 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