Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your OS ubuntu 24.04 is not supported! #105

Open
asamaree opened this issue May 4, 2024 · 3 comments
Open

Your OS ubuntu 24.04 is not supported! #105

asamaree opened this issue May 4, 2024 · 3 comments

Comments

@asamaree
Copy link

asamaree commented May 4, 2024

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
Copy link

mayburs commented Jun 28, 2024

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

@ykmn
Copy link

ykmn commented Nov 7, 2024

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
Copy link
Owner

seriyps commented Nov 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants