Rename microsoft-edge to microsoft-edge-stable

This commit is contained in:
Alexandre
2025-01-28 16:41:16 +01:00
committed by GitHub
parent e30f83392d
commit 507b08e01a

View File

@@ -0,0 +1,10 @@
#! /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