Telegram Debian packages

This is a Debian package repository of Terraform to automate installation and upgrade. To use this repository, first add the key to your system:

wget -q -O - https://ad-m.github.io/telegram-repository/publickey.txt | sudo apt-key add -

Then add the following entry in your /etc/apt/sources.list.d/telegram.list:

deb https://ad-m.github.io/telegram-repository/ ./

You can use following command for that:

echo "deb https://ad-m.github.io/telegram-repository/ ./" >> /etc/apt/sources.list.d/telegram.list

Update your local package index, then finally install Telegram:

sudo apt-get update
sudo apt-get install telegram

See https://desktop.telegram.org/ for more information.