This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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' |