We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648935e commit 7f0a838Copy full SHA for 7f0a838
root/app/Browser/mullvadbrowser-lsio
@@ -1,2 +1,9 @@
1
#!/bin/bash
2
-/app/Browser/mullvadbrowser -profile $HOME/lsio ${HOMEPAGE}
+
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