comenzando

This commit is contained in:
trigkeyb
2025-02-01 21:02:48 +01:00
parent 6d31dc1584
commit 427ee381da
2 changed files with 11 additions and 14 deletions

9
clonar/k8s.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Actualización del sistema
apt update && apt upgrade -y
# Instalación de dependencias necesarias
apt install qemu-guest-agent -y
systemctl enable --now qemu-guest-agent