Skip to content

Steps to install zerotier using sdm #252

@rvaneerd

Description

@rvaneerd

Hi,

After successfully adding syncthing to my Pi image, I'd like to take it a step further and install zerotier:
This actually takes two steps (taken from [https://www.zerotier.com/download/#entry-5]):

  1. Download / install using:
    curl -s https://install.zerotier.com | sudo bash
    or when GPG is already installed
    curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \ if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
  2. Joining a predefined network (using a parameter):
    zerotier-cli join ################

Does one have to create a plugin for that?

Or is there a way to add these commands in appropriate steps to be included in the image?

Regards,
Rob.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions