mirror of https://github.com/k3s-io/k3s
9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./package-cli
|
||
|
./package-image
|
||
|
./package-tar
|