Skip to content

Commit

Permalink
Fix: Add $SUDO prefix to transactional-update commands in install script
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ChrisBeaker committed Jul 17, 2024
1 parent 874c199 commit f382b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
937085bbac8e3b55209739762e05c2c1006c4f4fe65dba01908f3544dc47da27 install.sh
40ed518b057d278704b4234805a683394e0c2233f905f1766c0d2cb2cee94686 install.sh

0 comments on commit f382b86

Please sign in to comment.