Recent content by chriscrox

  1. C

    Post [ROM][LineageOS 15.1 with microG][UNOFFICIAL][HLTE/CHN/KOR/TMO]

    That's why I had to add in the function for it to show properly. When I copy it from the terminal to show you, the lines always get < in front (because of docker), even the last one, but this is how I copy it into the terminal: docker run \ -e "BRANCH_NAME=cm-14.1" \ -e "DEVICE_LIST=hlte" \...
  2. C

    Post [ROM][LineageOS 15.1 with microG][UNOFFICIAL][HLTE/CHN/KOR/TMO]

    Trying to first build from the first command, but with hlte where it says thea and lineage (my username) where it says user. docker run \ > -e "BRANCH_NAME=cm-14.1" \ > -e "DEVICE_LIST=hlte" \ > -v "/home/lineage/lineage:/srv/src" \ > -v "/home/lineage/zips:/srv/zips" \ > -v...
  3. C

    Post [ROM][LineageOS 15.1 with microG][UNOFFICIAL][HLTE/CHN/KOR/TMO]

    Currently using Ubuntu 16.04.5 and have tried both julianxhokaxhiu's and lineageos4microg's versions of docker-lineage-cicd but it keeps failing. Would you mind posting your build commands, so I can see where I might've gone wrong?