Revert "Symlink"

This reverts commit 5eb8b486ce.
This commit is contained in:
Alexandre
2025-02-21 10:31:35 +00:00
parent 5eb8b486ce
commit 2d6f0083d1
15 changed files with 620 additions and 4 deletions

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