Skip to content

Instantly share code, notes, and snippets.

@seriyps
seriyps / mtp_install.sh
Last active February 17, 2026 18:29
Interactive MTProto proxy installer
#!/bin/bash
# Automatic interactive installer for mtproto proxy https://github.com/seriyps/mtproto_proxy
# Supported OS:
# - Ubuntu 24.xx
# - Ubuntu 23.xx
# - Ubuntu 22.xx
# - Debian 11 bullseye
RED='\033[0;31m'
GR='\033[0;32m'