mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-03-23 00:05:38 +08:00
The Alpine Linux telegram-desktop package has renamed its binary from 'telegram-desktop' to 'Telegram' (capital T). This causes telegram-pa to fail with 'command not found' on launch. Verified via Alpine package metadata: Provides (1): cmd:Telegram
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Start Telegram
|
|
Telegram "$@"
|