From: Skyebee Date: Mon, 1 Jun 2026 16:19:35 +0000 (-0400) Subject: nethack tarball now always fetched to same file X-Git-Tag: v1.6.1-roc-dev~6^2~5 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=811114895c46eff6054af4fb45e96d810a543a4a;p=dgamelaunch nethack tarball now always fetched to same file --- diff --git a/install-dgl-nh500 b/install-dgl-nh500 index b6c5807..bfcaff7 100755 --- a/install-dgl-nh500 +++ b/install-dgl-nh500 @@ -302,7 +302,7 @@ sed -i -e "s,(:playground:),"/$PLAYGROUND",g" $PATCH_ME ############### # Fetch, patch, build, install NetHack if [ -n "$FETCHNH" ]; then - wget ${NETHACK500} + wget ${NETHACK500} -O ./nethack-500-src.tgz expectsum=${NETHACKSHA256} actualsum=`shasum -a256 ./nethack-500-src.tgz | awk '{ print $1 }'` if [ $actualsum != $expectsum ]; then