mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02:00
Rename microsoft-edge to microsoft-edge-stable
This commit is contained in:
10
webtop_kde/rootfs/usr/bin/microsoft-edge-stable
Normal file
10
webtop_kde/rootfs/usr/bin/microsoft-edge-stable
Normal 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
|
||||
Reference in New Issue
Block a user