Commit b294e394 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack k3s: add symlinks

parent f672d21f
......@@ -9,7 +9,9 @@ VERSION="$3"
PKGNAME=$PRODUCT-$VERSION
install -D $TAR usr/bin/$PRODUCT || fatal
ln -s $PRODUCT usr/bin/kubectl
erc pack $PKGNAME.tar usr/bin/$PRODUCT usr/bin/kubectl
for i in kubectl crictl ctr k3s ; do
ln -s $PRODUCT usr/bin/$i
done
erc pack $PKGNAME.tar usr/bin
return_tar $PKGNAME.tar
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment