activated git and k3s installation

main
Daniel Mikula 2023-05-16 08:05:23 +02:00
parent 39018dd2d1
commit 94c7e6d2c9
1 changed files with 2 additions and 2 deletions

View File

@ -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