mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-02-11 17:18:10 +08:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start Nextcloud Desktop
|
|
QTWEBENGINE_DISABLE_SANDBOX=1 /opt/nextcloud/AppRun "$@"
|