minecraft-pi-reborn/debian/server/DEBIAN/postinst
TheBrokenRail e7b2365a33
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Remove Redundant File Post-Install
2020-12-15 17:39:14 -05:00

6 lines
123 B
Bash
Executable File

#!/bin/sh
set -e
docker load < /usr/share/minecraft-pi/server/image.tar.gz
rm /usr/share/minecraft-pi/server/image.tar.gz