From aa993438c6571cf24c44e6bb592c56d18511c8d0 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:04:41 +0800 Subject: [PATCH] Update create_vm.sh --- create_vm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create_vm.sh b/create_vm.sh index 4cb8af2..6342885 100644 --- a/create_vm.sh +++ b/create_vm.sh @@ -22,6 +22,7 @@ pre_check(){ fi if [ ! -f "buildvm.sh" ]; then curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh + dos2unix buildvm.sh fi } @@ -85,4 +86,5 @@ build_new_vms(){ done } +pre_check build_new_vms