-
Notifications
You must be signed in to change notification settings - Fork 1
Description
- key file is .asc, needs to be kanidm_ppa.asc
- apt list filter's wrong
- probably should call out that that nightly's are there and comment them out by default so monkeys like me don't automatically install them 🤦🏻
apt filter things
sudo curl -s --compressed "https://kanidm.github.io/kanidm_ppa/kanidm_ppa.list" \
| grep $( ( . /etc/os-release && echo $ID) ) \
| sudo tee /etc/apt/sources.list.d/kanidm_ppa.list
ID probably needs to be VERSION_CODENAME?
sudo curl -s --compressed "https://kanidm.github.io/kanidm_ppa/kanidm_ppa.list" \
| grep $( ( . /etc/os-release && echo $VERSION_CODENAME) ) \
| sudo tee /etc/apt/sources.list.d/kanidm_ppa.list
debian:
# cat /etc/os-release
VERSION_CODENAME=bookworm
ID=debian
ubuntu:
# cat /etc/os-release
VERSION_CODENAME=noble
ID=ubuntu
Metadata
Metadata
Assignees
Labels
No labels