From d5c2caa17b45f6b1176f0c3b1824387ad5048933 Mon Sep 17 00:00:00 2001 From: Steffen Date: Tue, 30 Apr 2024 09:17:55 +0000 Subject: [PATCH] Update file all.sh --- all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.sh b/all.sh index b412ced..9564e79 100644 --- a/all.sh +++ b/all.sh @@ -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