Install bird

master
LEdoian 2 years ago
parent 00f6cdba39
commit 53ae47b2c7

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

@ -15,7 +15,9 @@ kokoko
GO GO
# Install bird and maybe other tools # Install bird and maybe other tools
apk update
apk add bird apk add bird
rc-update add bird default
# Run nameif at boot to set network names # Run nameif at boot to set network names
# Doc: https://wiki.alpinelinux.org/wiki/Custom_network_interface_names # Doc: https://wiki.alpinelinux.org/wiki/Custom_network_interface_names

Loading…
Cancel
Save