Atualizar install.sh
This commit is contained in:
parent
a5fbd2f300
commit
5224c00c4b
@ -137,7 +137,8 @@ install_application() {
|
|||||||
kubectl apply -f kubernetes-deploy.yaml
|
kubectl apply -f kubernetes-deploy.yaml
|
||||||
else
|
else
|
||||||
echo "Neither Docker nor Kubernetes is installed."
|
echo "Neither Docker nor Kubernetes is installed."
|
||||||
read -p "Would you like to install Docker or K3s? (docker/k3s): " choice
|
echo "Would you like to install Docker or K3s? (docker/k3s): "
|
||||||
|
read -p choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
docker)
|
docker)
|
||||||
install_docker
|
install_docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user