#!/bin/bash
# Install flatpak first 
install_packages flatpak || exit 1

flatpak_install org.telegram.desktop || exit 1
