From e7d5c8e1e135b93762b5e8ca6f53077c6d2cc238 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 6 Apr 2023 08:26:09 +0200 Subject: Fix up Debian's key --- playbook.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.1