📜  helm install - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.294000             🧑  作者: Mango

代码示例2
wget {{ bin_url }} -O helmfile_linux_amd64
Example 
wget -O helmfile_linux_amd64 https://github.com/roboll/helmfile/releases/download/v0.135.0/helmfile_linux_amd64
chmod +x helmfile_linux_amd64
mv helmfile_linux_amd64 ~/.local/bin/helmfile