3 lines
51 B
Bash
3 lines
51 B
Bash
#!/bin/bash
|
|
curl -sfL https://get.k3s.io | sh -s -
|
#!/bin/bash
|
|
curl -sfL https://get.k3s.io | sh -s -
|