particle-os-modules/modules/apt-ostree/module.yml
2025-08-27 19:42:18 -07:00

25 lines
851 B
YAML

name: apt-ostree
shortdesc: The apt-ostree module offers pseudo-declarative package and repository management using apt-ostree.
example: |
type: apt-ostree
repos:
- https://ppa.launchpadcontent.net/ondrej/php/ubuntu/dists/jammy/Release.gpg
- https://brave-browser-apt-release.s3.brave.com/brave-browser.list
keys:
- https://brave-browser-apt-release.s3.brave.com/brave-core.asc
optfix:
- Tabby # needed because tabby installs into `/opt/Tabby`
- brave.com
install:
- starship
- brave-browser
- https://github.com/Eugeny/tabby/releases/download/v1.0.209/tabby-1.0.209-linux-x64.deb
remove:
- firefox
- firefox-l10n-all
replace:
- from-repo: https://ppa.launchpadcontent.net/ondrej/php/ubuntu/dists/jammy/Release.gpg
packages:
- php8.2
- php8.2-common
- php8.2-cli