Install bird

master
LEdoian 2 years ago
parent 00f6cdba39
commit 53ae47b2c7

@ -30,7 +30,7 @@ TIMEZONEOPTS="-z UTC"
# This seems to work, somehow.
PROXYOPTS="none"
APKREPOSOPTS="-1"
APKREPOSOPTS="-1 -c"
# Install Openssh
SSHDOPTS="-c openssh"

@ -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

Loading…
Cancel
Save