Skip to content

Instantly share code, notes, and snippets.

@robrotheram
Last active February 2, 2024 23:38
Show Gist options
  • Save robrotheram/1b929fe4215d32ae9235b16d894d3c2e to your computer and use it in GitHub Desktop.
Save robrotheram/1b929fe4215d32ae9235b16d894d3c2e to your computer and use it in GitHub Desktop.
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
sudo apt update && sudo apt upgrade;
sudo hostnamectl set-hostname ds9.exceptionerror.io
curl -sfL https://get.k3s.io | sh -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment