mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
8 lines
157 B
Bash
8 lines
157 B
Bash
#!/usr/bin/env sh
|
|
|
|
echo "Launching k3s install"
|
|
curl -sfL https://get.k3s.io | sh -s - server --cluster-init --node-ip=192.168.56.110
|
|
|
|
echo Waiting
|
|
sleep 15
|