Files
inception-of-things/p2/scripts/setup-S.sh

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