Update file all.sh

This commit is contained in:
2024-04-30 09:17:55 +00:00
parent 02d9778682
commit d5c2caa17b

2
all.sh
View File

@@ -1 +1 @@
apt install -y libguestfs-tools && ./Ubuntu-LTS-Small.sh && ./Ubuntu-LTS-Medium.sh && ./Ubuntu-LTS-Large.sh
apt install -y libguestfs-tools && chmod +x Ubuntu-LTS-* && ./Ubuntu-LTS-Small.sh && ./Ubuntu-LTS-Medium.sh && ./Ubuntu-LTS-Large.sh