#!/bin/shset-eu
# Execute commands before building. ## Below is an example. ## Build user implied to have sudo access to apt update and upgrade #
sudoaptupdate-y
sudoaptupgrade-y
# Including assets with game code is usually a bad idea, so we grab the assets ## from a mirror. #
wgethttps://www.example.com/project/game_assets.zip
unzipgame_assets.zip
exit0