From 30bbf007e85ffeb232765b32a66060d78f7254d7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:13:08 +0200 Subject: [PATCH] Update k3s-vm.sh --- vm/k3s-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/k3s-vm.sh b/vm/k3s-vm.sh index 78efa083..45f75f61 100644 --- a/vm/k3s-vm.sh +++ b/vm/k3s-vm.sh @@ -375,7 +375,7 @@ virt-customize -q -a "${FILE}" \ --run-command 'mv /tmp/linux-amd64/helm /usr/local/bin/helm' \ --run-command 'chmod +x /usr/local/bin/helm' \ --run-command 'sh -c "wget -qO- $(curl -s https://api.github.com/repos/derailed/k9s/releases/latest | grep Linux_amd64.tar.gz | cut -d \" -f 4) | tar xz -C /usr/local/bin k9s"' \ - --run-command 'echo "export KUBECONFIG=/etc/rancher/k3s/k3s.yaml" >> /root/.bashrc' + --run-command 'echo "export KUBECONFIG=/etc/rancher/k3s/k3s.yaml" >> /root/.bashrc' >/dev/null msg_ok "Added in Image K3s, Helm & k9s"