diff --git a/Ubuntu-22-04-LTS.sh b/Ubuntu-22-04-LTS.sh index f13f387..1ca7a2f 100644 --- a/Ubuntu-22-04-LTS.sh +++ b/Ubuntu-22-04-LTS.sh @@ -7,7 +7,7 @@ DISK=100 #getting latest image" wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img #installing qemu guest agent and remove HW ID -virt-customize -a jammy-server-cloudimg-amd64.img --install qemu-guest-agent,neofetch #docker.io,docker-compose +virt-customize -a jammy-server-cloudimg-amd64.img --install qemu-guest-agent,neofetch virt-customize -a jammy-server-cloudimg-amd64.img --run-command "echo -n > /etc/machine-id" virt-customize -a jammy-server-cloudimg-amd64.img --run-command "curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh"