mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 20:02:32 +01:00
comms.bash: check and attempt locally installed Telegram
This commit is contained in:
parent
46a282df65
commit
9a4ae2700e
@ -14,7 +14,13 @@ set -x
|
||||
(jami-gnome -r&)
|
||||
|
||||
# Telegram.org
|
||||
if [ -f ~/.local/Telegram/Updater ]
|
||||
then
|
||||
(~/.local/Telegram/Updater -many -startintray&)
|
||||
else
|
||||
(telegram-desktop -many -startintray&)
|
||||
fi
|
||||
|
||||
# 2.2.0+ds-1 has proper multi-account support without extra profiles
|
||||
#mkdir -p ~/.config/T2L-telegram
|
||||
#(telegram-desktop -many -workdir ~/.config/T2L-telegram -startintray&)
|
||||
|
Loading…
Reference in New Issue
Block a user