mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-01-15 01:31:49 +08:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start Firefox
|
|
MOZ_FAKE_NO_SANDBOX=1 firefox "$@"
|