minecraft-pi-reborn/debian/DEBIAN/postinst
TheBrokenRail 91f46576d9
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Fix DEB Install Warning
2020-10-02 02:59:24 +00:00

8 lines
174 B
Bash
Executable File

#!/bin/sh
set -e
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
MCPI_FEATURES='' docker-compose -f /usr/share/minecraft-pi/docker-compose.yml pull