From 06e4cb92e0783ce9a1e12aaf191b5017c2979ebd Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 8 May 2023 13:47:00 +0200 Subject: [PATCH] Update download location --- run/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/install.sh b/run/install.sh index 3148d86..7388dc1 100644 --- a/run/install.sh +++ b/run/install.sh @@ -49,9 +49,9 @@ if [ ! -f "${RDC}" ]; then if [ "$SUM" != "ab399db750f88ac7aa88f608f2b8651c" ]; then echo "ERROR: Invalid download location (checksum $SUM)" && exit 61 fi - + cp "$RD" "$RDC" - + fi set +e