mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「🏗️」 wip(p2): working Vagrantfile
This commit is contained in:
7
p2/setup-S.sh
Normal file
7
p2/setup-S.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user