summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" \