Skip to content

Instantly share code, notes, and snippets.

View johndietz's full-sized avatar

John Dietz johndietz

View GitHub Profile
@c0dyhi11
c0dyhi11 / install_tinkerbell.sh
Last active April 1, 2024 21:44
Ubuntu 20.04 Tinkerbell deployment
#!/bin/bash
# Become the root user because I didn't verifiy sudo for every command.
# Install Tinkerbell
sudo apt-get update -y
sudo apt-get install -y apt-transport-https \
ca-certificates \
curl \
gnupg-agent \