rwxrob-dot/install/ubuntu/install-kompose

6 lines
220 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/bash
target="$GOBIN/kompose"
#exec go install github.com/kubernetes/kompose@latest
curl -sSL https://github.com/kubernetes/kompose/releases/download/v1.26.1/kompose-linux-amd64 -o "$target"
chmod +x "$target"