seriyps / mtproto_proxy

High performance Erlang MTProto proxy that powers https://t.me/socksy_bot
https://t.me/erlang_mtproxy
Apache License 2.0
552 stars 100 forks source link

Your OS ubuntu 24.04 is not supported! #105

Open asamaree opened 6 months ago

asamaree commented 6 months ago

After running the single line installation it shows me this error. Please solve it. Interactive MTProto proxy installer. You can make the process fully automated by calling this script as 'echo "y\ny\ny\ny\ny\ny" | mtp_install.sh'. Try mtp_install.sh -h for more options. INFO: Detected OS is ubuntu 24.04 ERROR: Your OS ubuntu 24.04 is not supported!

mayburs commented 4 months ago

I got the same problem I guess it supports the ubuntu version up to 22.04

ykmn commented 2 weeks ago

curl -L -o mtp_install.sh https://git.io/fj5ru

Quick fix: nano mtp_install.sh

    case "${ID}-${VERSION_ID}" in
        ubuntu-19.*|ubuntu-20.*|ubuntu-21.*|ubuntu-22.*|ubuntu-24.*|debian-10|debian-11)

bash mtp_install.sh -a tls -d www.yahoo.com

You're welcome! 🎈

seriyps commented 2 weeks ago

I can update the installation script, but I have no time to test it unfortunately. @ykmn does it just work fine for you on ubuntu-24?