Skip to content

Commit

Permalink
fix: k9s link
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Jun 11, 2024
1 parent 0cab9d7 commit 30b300c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/inception/gcp/bastion-startup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ wget https://github.com/lightningnetwork/lnd/releases/download/v${lnd_version}-b
&& rm -rf lnd-linux-amd64-v${lnd_version}-*

mkdir k9s && cd k9s \
&& wget https://github.com/derailed/k9s/releases/download/v${k9s_version}/k9s_Linux_x86_64.tar.gz \
&& tar -xvf k9s_Linux_x86_64.tar.gz \
&& wget https://github.com/derailed/k9s/releases/download/v${k9s_version}/k9s_Linux_amd64.tar.gz \
&& tar -xvf k9s_Linux_amd64.tar.gz \
&& mv k9s /usr/local/bin \
&& cd .. && rm -rf k9s*

Expand Down

0 comments on commit 30b300c

Please sign in to comment.