summaryrefslogtreecommitdiff
path: root/playbook.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-06 08:26:09 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-06 08:26:09 +0200
commite7d5c8e1e135b93762b5e8ca6f53077c6d2cc238 (patch)
treeeb30ac1cf0cffc14f9813f162faba500ab5c1582 /playbook.bash
parent09191e3eb172759619aefab5373abccbc5513200 (diff)
Fix up Debian's key
Diffstat (limited to 'playbook.bash')
-rw-r--r--playbook.bash2
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" \