From 49c14da923a0215127968ef8c1565b75f590d1b5 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 23 Apr 2023 13:45:38 +0800 Subject: [PATCH] Update create_ct.sh --- scripts/create_ct.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create_ct.sh b/scripts/create_ct.sh index 36d3e20..a9be75a 100644 --- a/scripts/create_ct.sh +++ b/scripts/create_ct.sh @@ -20,9 +20,9 @@ pre_check(){ if ! command -v dos2unix > /dev/null 2>&1; then apt-get install dos2unix -y fi - if [ ! -f "buildvm.sh" ]; then + if [ ! -f "buildct.sh" ]; then curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct.sh -o buildct.sh && chmod +x buildct.sh - dos2unix buildvm.sh + dos2unix buildct.sh fi }