From bcce438a449b03d993a67034a3aa96cc0aad0b7e Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 11 Aug 2024 14:00:46 +0200 Subject: [PATCH] add an explanation and a chance to wuit before downloading ROMs --- dist/setup-x48ng-home.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/setup-x48ng-home.sh b/dist/setup-x48ng-home.sh index bd5d699..17759bf 100755 --- a/dist/setup-x48ng-home.sh +++ b/dist/setup-x48ng-home.sh @@ -12,6 +12,9 @@ x48ng --print-config > "${CONFIG_FILE}" cp -r @PREFIX@/share/x48ng/ROMs/ "${DOTX48NG}"/ cd "${DOTX48NG}"/ROMs/ || exit 1 +echo "The next step will download all available HP 48 ROMs from https://hpcalc.org where \"HP graciously began allowing this to be downloaded in mid-2000.\"" +echo "You can hit Ctrl-C now if you do not wish to download them." +read -r make get-roms cd "${DOTX48NG}" || exit 1