Created
February 28, 2026 00:47
-
-
Save KnightsWhoSayNi0/7e7ba29901f2cd9c5d6ec86ac90da730 to your computer and use it in GitHub Desktop.
autoinstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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