aports/testing/flare-game/flare-game.post-install

14 lines
446 B
Text
Raw Permalink Normal View History

2021-12-03 01:02:56 +01:00
#!/bin/sh
2022-05-11 23:30:55 +00:00
FG_VERSION=1.13.04
2021-12-03 01:02:56 +01:00
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