diff --git a/all.sh b/all.sh index 5200425..b412ced 100644 --- a/all.sh +++ b/all.sh @@ -1 +1 @@ -./Ubuntu-LTS-Small.sh && ./Ubuntu-LTS-Medium.sh && ./Ubuntu-LTS-Large.sh +apt install -y libguestfs-tools && ./Ubuntu-LTS-Small.sh && ./Ubuntu-LTS-Medium.sh && ./Ubuntu-LTS-Large.sh