mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-28 03:11:13 +00:00
9 lines
301 B
Bash
9 lines
301 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl https://luet.io/install.sh | sudo sh
|
||
|
|
||
|
sudo luet repo add kairos --yes --url quay.io/kairos/packages --type docker
|
||
|
sudo luet install -y utils/goreleaser utils/earthly utils/operator-sdk utils/kubesplit
|
||
|
|
||
|
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
|