I have run the commands provided in the installation,
curl https://debian.parrot.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/debian.parrot.com.gpg*
echo "deb [signed-by=/usr/share/keyrings/debian.parrot.com.gpg] https://debian.parrot.com/ $(lsb_release -cs) main generic" | sudo tee /etc/apt/sources.list.d/debian.parrot.com.list > /dev/null*
sudo apt update*
But it returns with,
E: Failed to fetch https://debian.parrot.com/dists/noble/InRelease 403 Forbidden [IP: 2600:9000:2555:1a00:1a:1dfb:a480:93a1 443]
E: The repository 'https://debian.parrot.com noble InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://deb.parrot.sh/parrot noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
meaning I cannot install the SDK.
help