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

Cant get pmmp on ubuntu

Discussion in 'Help' started by Destroyer57, Aug 19, 2018.

  1. Destroyer57

    Destroyer57 Zombie

    Messages:
    275
    Seems like the jenkins server is down or has some problems. Any way to install manually on ubuntu?
     
    Last edited: Aug 19, 2018
  2. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    Yes you can. Basically you only have to use the installer script, which should work:
    Code:
    curl -sL https://get.pmmp.io | bash -s -
    wget -q -O - https://get.pmmp.io | bash -s -
    
    execute one of these commands in a new empty directory
     
  3. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    Oh, it attempt to get the phar from the Jenkins server. Doing it manually still works though:
    Code:
    wget https://github.com/pmmp/PocketMine-MP/releases/download/3.1.4/PocketMine-MP.phar
    wget -q -O - https://raw.githubusercontent.com/pmmp/php-build-scripts/master/compile.sh | bash -s - -f -g -j8 -l -u
    wget https://raw.githubusercontent.com/pmmp/PocketMine-MP/master/start.sh
    ./start.sh
    
     
    Destroyer57 likes this.
  4. Destroyer57

    Destroyer57 Zombie

    Messages:
    275
    Thanks
     
  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.