rm pakages

This commit is contained in:
2024-04-30 19:01:54 +00:00
parent aa46ddd002
commit 9fec2b45a7

View File

@@ -7,7 +7,7 @@ DISK=100
#getting latest image" #getting latest image"
wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
#installing qemu guest agent and remove HW ID #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 "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 virt-customize -a jammy-server-cloudimg-amd64.img --run-command "curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh" sh get-docker.sh"