aports/testing/flare-game/flare-game.post-install
2022-05-12 01:30:55 +02:00

13 lines
446 B
Bash
Executable file

#!/bin/sh
FG_VERSION=1.13.04
echo
echo " Please run flare-game-data-downloader.sh before running the program."
echo
echo
echo " You can also download the flare-game-${FG_VERSION}.tar.gz file at:"
echo
echo " https://github.com/flareteam/flare-game/releases/download/v${FG_VERSION}/flare-game-v${FG_VERSION}.tar.gz"
echo
echo " and extract it in ~/.local/share/flare (recommended)"
echo " or place it system-wide in /usr/share/flare."
echo