diff --git a/setup.sh b/setup.sh index d72e22c..85da66a 100755 --- a/setup.sh +++ b/setup.sh @@ -104,10 +104,10 @@ else fi echo "Installing GIT" -# install_git +install_git echo "Installing K3S" -# install_k3s +install_k3s # Validate app names if [ -z "$app_name" ]; then