Files
inception-of-things/p2/setup-S.sh
2025-08-27 20:25:30 +02:00

8 lines
176 B
Bash

#!/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