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

Add Ubuntu support to HyperHDR Github Pages APT repository #522

Merged
merged 16 commits into from
Jun 27, 2023
Merged

Conversation

awawa-dev
Copy link
Owner

@awawa-dev awawa-dev commented Feb 26, 2023

Add native support for Ubuntu in HyperHDR APT repository.
Installers for the latest Ubuntu LTS and latest non-LTS version (if newer than LTS) will be available for the APT repository.
Currently it means: Ubuntu 22.04 LTS (jammy) and 23.04 (lunar)

Github Action test versions have support only for latest LTS.

The Ubuntu repository is already uploaded and ready to use

How to configure the HyperHDR repository with a single command is explained here:
https://awawa-dev.github.io/

You don't need to use Debian repository anymore for this system. If you have Debian repo already installed in your Ubuntu (using the old manual) then you can switch it to Ubuntu repo using following commands:

sudo rm /etc/apt/sources.list.d/hyperhdr.list

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

// this will reinstall HyperHDR using native Ubuntu installer
sudo apt install hyperhdr -y --reinstall

@awawa-dev awawa-dev merged commit 7df7fcf into master Jun 27, 2023
@awawa-dev awawa-dev deleted the ubuntu branch June 27, 2023 20:37
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

Successfully merging this pull request may close these issues.

1 participant