I am trying to install the Greenbone Community Edition 22.4 on Ubuntu 22.04, following the step by step instructions published in the Building 22.4 from Source on Greenbone Community Documentation page.
When I reach the gvmd chapter and enter the lines as they are published
curl -f -L https://github.com/greenbone/gvmd/archive/refs/tags/v$GVMD_VERSION.tar.gz -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz
curl -f -L https://github.com/greenbone/gvmd/releases/download/v$GVMD_VERSION/gvmd-$GVMD_VERSION.tar.gz.asc -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz.asc
I get the βThe requested URL returned error: 404β error message.
Please advise what should be the correct links.