Skip to content

Commit

Permalink
Added shell script for PSP build under Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeef committed Jun 16, 2024
1 parent 01d8d95 commit d033437
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/psp/docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

source variables.sh

cd $ROOT_PATH
sudo docker run \
--rm \
-it \
-v $(pwd):/root \
pspdev/pspdev:latest \
/bin/bash -c "cd /root/scripts/psp/ && ./config.sh && ./build.sh"
sudo chown -R $(whoami) $TMP_PATH

0 comments on commit d033437

Please sign in to comment.