From 94c7e6d2c9b2dfa898442c5b65e841030a011392 Mon Sep 17 00:00:00 2001 From: Daniel Mikula Date: Tue, 16 May 2023 08:05:23 +0200 Subject: [PATCH] activated git and k3s installation --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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