We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ccce4 commit 6ecb60eCopy full SHA for 6ecb60e
1 file changed
lgsm/modules/update_xnt.sh
@@ -55,6 +55,7 @@ fn_update_remotebuild() {
55
remotebuildfilename="${remotebuildfilename}.zip"
56
remotebuildurl="https://dl.xonotic.org/${remotebuildfilename}"
57
remotebuild="${remotebuildtag}"
58
+ remotebuildhash=$(curl -s "https://dl.xonotic.org/${remotebuildtag}.sha512" | grep "${remotebuildfilename}$" | grep -oE '[a-f0-9]{128}')
59
60
if [ "${firstcommandname}" != "INSTALL" ]; then
61
fn_print_dots "Checking remote build: ${remotelocation}"
0 commit comments