mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-13 18:44:45 +02:00
8 lines
176 B
Bash
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
|