1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Failure installing

Discussion in 'Help' started by Steven Freeman, May 16, 2017.

  1. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    Ok before I start talking this is my first post so I apologize if it's not written well. So I go to pmmp.io and from their I go to the install and it gives me the line of code to put in terminal, so I go and open up my terminal (on OS X) and from their upon putting the command in it runs it but then tells me the automatic download from Jenkins server failed. I then tried to do it manually but I'm not entirely certain how to do that so yeah any and all help would be appreciated.
     
  2. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    which code did you use?
     
  3. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
  4. falk

    falk Slime Poggit Reviewer

    Messages:
    75
    GitHub:
    falkirks
    Reproduced in my terminal. I don't know bash well enough to diagnose it.
     
    Last edited: May 16, 2017
    Steven Freeman likes this.
  5. HBIDamian

    HBIDamian HBIDamian Staff Member

    Messages:
    365
    GitHub:
    HBIDamian
    On http://PMMP.io/get.html, it literally says

    Using the installation script
    Run
    Code:
     curl -sL https://get.pmmp.io | bash -s - 
    or
    Code:
    wget -q -O - https://get.pmmp.io | bash -s - 
    in your Linux/macOS terminal.
     
  6. dktapps

    dktapps Administrator Staff Member PMMP Team

    Messages:
    774
    GitHub:
    dktapps
  7. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
  8. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    osx is 10.12.4 and I have do not have Xcode. Also how do I use the PHAR to run it? Cause at this point it seems like a better option.
     
    Last edited: May 16, 2017
  9. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    How about the output of 'curl --version'
     
  10. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    "couldn't download version automatically from Jenkins server"
     
    Last edited: May 16, 2017
  11. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    I mean the output of only 'curl --version'
     
  12. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    It would be nice to get to the bottom of this, but if I were you I would just follow the git instructions from http://PMMP.io/get.html instead.
     
  13. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    If installation using the wget and curl commands both fail, you could install it manually if you have to. Although it's a more difficult process.
     
  14. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    Ok but how do I make a directory and move pocketmine into it? Edit: sorry wrong install process this is for the PHAR
     
  15. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    Ok so do I simply copy the entire chunk of code and past it in my window or is it showing what it should look like and I should only copy the first line?
     
  16. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    Run this entire command:
    Code:
    wget -q -O - https://get.pmmp.io | bash -s -
     
  17. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    "bash: wget: command not found"
     
  18. Steven Freeman

    Steven Freeman Silverfish

    Messages:
    16
    the curl --version command gives me this:
    curl 7.51.0 (x86_64-apple-darwin16.0) libcurl/7.51.0 SecureTransport zlib/1.2.8

    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp

    Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz UnixSockets
     
  19. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    this should work:
    Code:
    curl -sL https://get.pmmp.io | bash -s -
     
    Last edited: May 16, 2017
  20. falk

    falk Slime Poggit Reviewer

    Messages:
    75
    GitHub:
    falkirks
    I installed wget and it works fine now.
     
    HBIDamian likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.