Skip to content

Instructions are incorrect currently #6

@yaleman

Description

@yaleman
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions