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