From 2c600ea6fd62d6e1c913c5d9a326842b6616c910 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 11 Mar 2023 11:57:30 +0100 Subject: Add support for Alpine --- playbook.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.bash b/playbook.bash index 8747b32..057fb71 100644 --- a/playbook.bash +++ b/playbook.bash @@ -86,7 +86,7 @@ playbook_add() printf 'tincd_cfg="%s"\n' "$name" >> "/etc/rc.conf.d/tincd" fi ;; - linux-gentoo) + linux-gentoo|linux-alpine_linux) if ! grep -Fq "NETWORK: $name" /etc/conf.d/tinc.networks then printf "NETWORK: %s\n" "$name" >> /etc/conf.d/tinc.networks -- cgit v1.1