From 53ae47b2c75a1a91f440910dc70922e6e9a077aa Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 25 Apr 2022 06:42:29 +0200 Subject: [PATCH] Install bird --- alpine_install | 2 +- alpine_postinst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/alpine_install b/alpine_install index e09278b..e9c2caa 100644 --- a/alpine_install +++ b/alpine_install @@ -30,7 +30,7 @@ TIMEZONEOPTS="-z UTC" # This seems to work, somehow. PROXYOPTS="none" -APKREPOSOPTS="-1" +APKREPOSOPTS="-1 -c" # Install Openssh SSHDOPTS="-c openssh" diff --git a/alpine_postinst b/alpine_postinst index a84e6ac..928a443 100644 --- a/alpine_postinst +++ b/alpine_postinst @@ -15,7 +15,9 @@ kokoko GO # Install bird and maybe other tools +apk update apk add bird +rc-update add bird default # Run nameif at boot to set network names # Doc: https://wiki.alpinelinux.org/wiki/Custom_network_interface_names