Skip to content

Commit 7f0a838

Browse files
committed
Suppress no sandbox warning
1 parent 648935e commit 7f0a838

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
#!/bin/bash
2-
/app/Browser/mullvadbrowser -profile $HOME/lsio ${HOMEPAGE}
2+
3+
if [[ ! -d "${HOME}/lsio" ]]; then
4+
/app/Browser/mullvadbrowser -CreateProfile "lsio ${HOME}/lsio"
5+
fi
6+
7+
echo 'user_pref("security.sandbox.warn_unprivileged_namespaces", false);' >> "${HOME}/lsio/prefs.js"
8+
9+
/app/Browser/mullvadbrowser -profile "${HOME}/lsio" "${HOMEPAGE:-https://linuxserver.io}"

0 commit comments

Comments
 (0)