Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 759 Bytes

AUTOBLEEM ARM BUILDER

This simpple simply docker image is a rtu build env for AutoBleem the Playstation classic Payload

Go to the GitHub and support the project !

WARNING

This docker image is functionnal but it can be better, like automated build when running docker like with a docker start command ! Wanto to helo ? Just fork and create PR !

How to use it ?

  1. docker pull mggk/autobleem-arm-build
  2. docker run --name aab -d -t -v LOCAL-PATH-TO-SOURCES:/work/src autobleem-arm-build
  3. docker exec -t -i aab /bin/bash
  4. sh build.sh
  5. Everything is builded in the build_arm folder of your sources !

Build it by yourself ?

  1. Clone this repo
  2. docker build -t autobleem-arm-build .
  3. And Voila !