Skip to content

Instantly share code, notes, and snippets.

@KnightsWhoSayNi0
Created February 28, 2026 00:47
Show Gist options
  • Select an option

  • Save KnightsWhoSayNi0/7e7ba29901f2cd9c5d6ec86ac90da730 to your computer and use it in GitHub Desktop.

Select an option

Save KnightsWhoSayNi0/7e7ba29901f2cd9c5d6ec86ac90da730 to your computer and use it in GitHub Desktop.
autoinstall
autoinstall:
user-data:
users:
- name: blueteam
gecos: 'blueteam'
passwd: '$1$73IQEhRr$XpmCc/C3v93TLBZLpzZtI.'
groups: adm, sudo
shell: /bin/bash
packages:
- curl
late-commands:
- curtin in-target -- curl -fsSL https://pkgs.netbird.io/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment