Update README.md
All checks were successful
Build ostree packages from sid to trixie / Build ostree packages (push) Successful in 11m14s

This commit is contained in:
robojerk 2025-09-13 15:28:48 +00:00
parent d58e983a68
commit b41e2f9205

View file

@ -49,6 +49,7 @@ After the packages are built and uploaded:
```bash ```bash
# Add the repository (if not already added) # Add the repository (if not already added)
sudo curl https://git.raines.xyz/api/packages/particle-os/debian/repository.key -o /etc/apt/keyrings/forgejo-particle-os.asc
echo "deb [signed-by=/etc/apt/keyrings/forgejo-particle-os.asc] https://git.raines.xyz/api/packages/particle-os/debian trixie main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list echo "deb [signed-by=/etc/apt/keyrings/forgejo-particle-os.asc] https://git.raines.xyz/api/packages/particle-os/debian trixie main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list
# Update package lists # Update package lists