Skip to content

Commit

Permalink
Fix last change
Browse files Browse the repository at this point in the history
  • Loading branch information
nemethf committed Nov 2, 2024
1 parent cb3e36d commit c83ab18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k3s-multi-node/k3s-start
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ function install_agent() {
if ! which aws; then
sudo snap install aws-cli --classic
fi
if ! which uudecode; then
sudo apt install sharutils
fi
if [ "$(cat $USER_HOME/.role)" == server ]; then
install_server
else
Expand All @@ -89,6 +92,3 @@ fi
if ! which docker; then
sudo $SCRIPT_DIR/../k8s-intro/docker-install.sh
fi
if ! which uudecode; then
sudo apt install sharutils
fi

0 comments on commit c83ab18

Please sign in to comment.