From 8022d3e15f7159fb6cdfc51cb706d60f870c48c0 Mon Sep 17 00:00:00 2001 From: ChrisBeaker Date: Wed, 17 Jul 2024 12:17:28 +0200 Subject: [PATCH] Fix: Add $SUDO prefix to transactional-update commands in install script This commit addresses an issue in the k3s install script where the transactional-update commands did not include the $SUDO variable. This omission caused the script to fail if sudo was not used. Adding the $SUDO prefix ensures that the script runs correctly in all environments. Signed-off-by: Derek Nola --- install.sh.sha256sum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh.sha256sum b/install.sh.sha256sum index 7a767af64c0f..32a040820df6 100644 --- a/install.sh.sha256sum +++ b/install.sh.sha256sum @@ -1 +1 @@ -10adf00df73b55e10b0e17dbf423f3b2707b8540c90cfa8b07c34f9688c23a30 install.sh +68ae766b4c4fd2c8032f712cdd346c8f9d1ae60eaeb4736a1155effda44ea23d install.sh