mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-10 16:16:45 +02:00
7 lines
153 B
Text
7 lines
153 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cat >&2 <<EOF
|
||
|
* To install helm-mapkubeapis plugin for the current user, run
|
||
|
* 'helm plugin install /usr/share/helm/plugins/mapkubeapis'.
|
||
|
EOF
|