#!/usr/bin/env sh sudo apt update sudo apt install curl -y echo "Launching k3s install" curl -sfL https://get.k3s.io | sh -s - server --cluster-init --node-ip=192.168.56.110