Skip to content

radxa-repo/jammy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jammy

Update packages

Content

Report issues

The issue list for this repository should be strictly related to the package repository service itself.
If your issue is related to a specific package's usage, you should file issues under package's repository over at radxa-pkg.

Usage

# Install signing keyring
keyring="$(mktemp)"
version="$(curl -L https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/VERSION)"
curl -L --output "$keyring" "https://github.com/radxa-pkg/radxa-archive-keyring/releases/latest/download/radxa-archive-keyring_${version}_all.deb"
sudo dpkg -i "$keyring"
rm -f "$keyring"
# Add apt package repo
sudo tee /etc/apt/sources.list.d/70-radxa.list <<< "deb [signed-by=/usr/share/keyrings/radxa-archive-keyring.gpg] https://radxa-repo.github.io/jammy/ jammy main"
sudo apt-get update

About

Radxa Repository for ubuntu jammy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •