mirror of
https://github.com/linuxserver/docker-github-desktop.git
synced 2026-01-22 13:33:24 +08:00
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#! /bin/bash
|
|
|
|
BIN=/usr/lib/github-desktop/github-desktop
|
|
|
|
dbus-launch ${BIN} --password-store=basic --no-sandbox --test-type "$@"
|