Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 20.04 LTS repository issue #784

Closed
ArturNadolski opened this issue Mar 1, 2024 · 1 comment
Closed

Ubuntu 20.04 LTS repository issue #784

ArturNadolski opened this issue Mar 1, 2024 · 1 comment

Comments

@ArturNadolski
Copy link

Bug report, debug log and your config file (FULL LOGS ARE MANDATORY)

Steps to reproduce

type -p curl >/dev/null || sudo apt install curl -y
curl -fsSL https://awawa-dev.github.io/hyperhdr.public.apt.gpg.key | sudo dd of=/usr/share/keyrings/hyperhdr.public.apt.gpg.key
&& sudo chmod go+r /usr/share/keyrings/hyperhdr.public.apt.gpg.key
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hyperhdr.public.apt.gpg.key] https://awawa-dev.github.io $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hyperhdr.list > /dev/null
&& sudo apt update
&& sudo apt install hyperhdr -y

What is expected?

Installation of HyperHDR from repository.

What is actually happening?

Err:6 https://awawa-dev.github.io focal Release
404 Not Found [IP: 185.199.111.153 443]
Reading package lists... Done
E: The repository 'https://awawa-dev.github.io focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

System

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
Hardware: Radxa Zero

@awawa-dev
Copy link
Owner

awawa-dev commented Mar 1, 2024

Hi
It's in the changelog as it was a new feature. Due to limited resources we do not support legacy Ubuntu in the APT repository. #522 You can try installing the "Debian bullseye" DEB installer manually: it should detect whether glibc version of 20.04 is sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants