From 811114895c46eff6054af4fb45e96d810a543a4a Mon Sep 17 00:00:00 2001 From: Skyebee Date: Mon, 1 Jun 2026 12:19:35 -0400 Subject: [PATCH] nethack tarball now always fetched to same file --- install-dgl-nh500 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3