diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-04-06 08:26:09 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-04-06 08:26:09 +0200 |
commit | e7d5c8e1e135b93762b5e8ca6f53077c6d2cc238 (patch) | |
tree | eb30ac1cf0cffc14f9813f162faba500ab5c1582 | |
parent | 09191e3eb172759619aefab5373abccbc5513200 (diff) | |
download | k3s-master-e7d5c8e1e135b93762b5e8ca6f53077c6d2cc238.tar.gz k3s-master-e7d5c8e1e135b93762b5e8ca6f53077c6d2cc238.tar.bz2 |
Fix up Debian's key
-rw-r--r-- | playbook.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.bash b/playbook.bash index 1f1b272..0cbf315 100644 --- a/playbook.bash +++ b/playbook.bash @@ -4,7 +4,7 @@ playbook_add() { pkg install curl case "${BASHTARD_PLATFORM[key]}" in - linux-debian|linux-ubuntu) + linux-debian_gnu_linux|linux-ubuntu) info "$BASHTARD_PLAYBOOK" "Configure package manager repositories" curl https://baltocdn.com/helm/signing.asc | gpg --dearmor > /usr/share/keyrings/helm.gpg printf "deb [arch=%s signed-by=%s] %s all main\n" \ |