Skip to content

Commit

Permalink
Improved outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 12, 2024
1 parent 22c1764 commit 0f171b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,4 @@ YQ_URL=https://github.com/mikefarah/yq/releases/download/$YQ_VERSION/yq_linux_$A
install_bin yq $YQ_URL

# k9s
source <(curl -s https://raw.githubusercontent.com/mmontes11/k8s-scripts/main/k9s.sh) -y

log "Done!"
source <(curl -s https://raw.githubusercontent.com/mmontes11/k8s-scripts/main/k9s.sh) -y
4 changes: 2 additions & 2 deletions lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function install_tar() {

curl -sSLo $BIN $URL
mkdir -p /tmp/$BIN
tar -C /tmp/$BIN -zxvf $BIN

tar -C /tmp/$BIN -zxvf $BIN > /dev/null 2>&1
BIN_PATH=/tmp/$BIN/$BIN
if [ ! -z $TAR_DIR ]; then
BIN_PATH=/tmp/$BIN/$TAR_DIR/$BIN
Expand Down

0 comments on commit 0f171b3

Please sign in to comment.