Open
Description
Is your feature request related to a problem? Please describe.
Installing on an Alpine system, the installation script will fail unless the GNU version of date (in the coreutils
package) is installed. Otherwise it uses busybox
's implementation, which doesn't understand the -d "+30 minutes"
argument.
Describe the solution you'd like
I'd suggest to check date
is not a symlink to busybox
while checking the requirements and to point the user to installing coreutils
when it is.
Additional context
Steps to reproduce the behavior:
- Run a fresh install of Alpine, e.g.
docker run --rm -it alpine
- Follow the install instructions, e.g.
export NETBIRD_DOMAIN=netbird.example.com; curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh | bash