File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ icon: "🐾"
22title : " k9s"
33description : " Installs [k9s](https://k9scli.io/)"
44configuration :
5- - " Environment K9S_VERSION (optional ): Valid k9s version to install (defaults to latest) "
5+ - " Environment K9S_VERSION (required ): Valid k9s version to install"
Original file line number Diff line number Diff line change 1- DEBUG_k9s = yes
1+ K9S_VERSION = 0.32.5
Original file line number Diff line number Diff line change 11. /feature-installer-utils.sh
22
3- if [ -n " ${K9S_VERSION} " ]
4- then
5- K9S_VERSION=$( checkAndCleanVersion " ${K9S_VERSION} " )
6- else
7- K9S_VERSION=" latest"
8- fi
3+ K9S_VERSION=$( checkAndCleanVersion " ${K9S_VERSION} " )
94
105TEMPDIR=$( mktemp -d)
116cd " ${TEMPDIR} " || exit
127
13- downloadFromGithub derailed k9s " ${K9S_VERSION} " k9s_Linux_ .tar.gz k9s.tar.gz
8+ downloadFromGithub derailed k9s " v ${K9S_VERSION} " k9s_Linux_ .tar.gz k9s.tar.gz
149
1510execHandle " Unpacking k9s" tar xzf k9s.tar.gz
1611execHandle " Installing k9s" mv k9s /home/cloudcontrol/bin
You can’t perform that action at this time.
0 commit comments