From a241690848d7284310676c1033147af4adc382ae Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 1 Aug 2023 07:46:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Images=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/buildvm.sh | 6 +++--- scripts/buildvm_extraip.sh | 6 +++--- scripts/buildvm_manual_ip.sh | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/buildvm.sh b/scripts/buildvm.sh index 19c714d..1de919e 100644 --- a/scripts/buildvm.sh +++ b/scripts/buildvm.sh @@ -99,15 +99,15 @@ if [ "$system_arch" = "x86" ]; then fi done if [[ -z "$file_path" ]]; then - _red "Unable to install corresponding system, please check https://github.com/spiritLHLS/Images/ for supported system images " - _red "无法安装对应系统,请查看 https://github.com/spiritLHLS/Images/ 支持的系统镜像 " + _red "Unable to install corresponding system, please check https://github.com/oneclickvirt/kvm_images/ for supported system images " + _red "无法安装对应系统,请查看 https://github.com/oneclickvirt/kvm_images/ 支持的系统镜像 " exit 1 fi if [ ! -f "$file_path" ]; then # v1.0 基础安装包预安装 # v1.1 增加agent安装包预安装,方便在宿主机上看到虚拟机的进程 check_cdn_file - url="${cdn_success_url}https://github.com/spiritLHLS/Images/releases/download/v1.1/${system}.qcow2" + url="${cdn_success_url}https://github.com/oneclickvirt/kvm_images/releases/download/v1.1/${system}.qcow2" curl -L -o "$file_path" "$url" fi elif [ "$system_arch" = "arch" ]; then diff --git a/scripts/buildvm_extraip.sh b/scripts/buildvm_extraip.sh index 2bd6e2d..ec2e153 100644 --- a/scripts/buildvm_extraip.sh +++ b/scripts/buildvm_extraip.sh @@ -96,15 +96,15 @@ if [ "$system_arch" = "x86" ]; then fi done if [[ -z "$file_path" ]]; then - _red "Unable to install corresponding system, please check https://github.com/spiritLHLS/Images/ for supported system images " - _red "无法安装对应系统,请查看 https://github.com/spiritLHLS/Images/ 支持的系统镜像 " + _red "Unable to install corresponding system, please check https://github.com/oneclickvirt/kvm_images/ for supported system images " + _red "无法安装对应系统,请查看 https://github.com/oneclickvirt/kvm_images/ 支持的系统镜像 " exit 1 fi if [ ! -f "$file_path" ]; then # v1.0 基础安装包预安装 # v1.1 增加agent安装包预安装,方便在宿主机上看到虚拟机的进程 check_cdn_file - url="${cdn_success_url}https://github.com/spiritLHLS/Images/releases/download/v1.1/${system}.qcow2" + url="${cdn_success_url}https://github.com/oneclickvirt/kvm_images/releases/download/v1.1/${system}.qcow2" curl -L -o "$file_path" "$url" fi elif [ "$system_arch" = "arch" ]; then diff --git a/scripts/buildvm_manual_ip.sh b/scripts/buildvm_manual_ip.sh index 6865eff..f82e2c4 100644 --- a/scripts/buildvm_manual_ip.sh +++ b/scripts/buildvm_manual_ip.sh @@ -124,15 +124,15 @@ if [ "$system_arch" = "x86" ]; then fi done if [[ -z "$file_path" ]]; then - _red "Unable to install corresponding system, please check https://github.com/spiritLHLS/Images/ for supported system images " - _red "无法安装对应系统,请查看 https://github.com/spiritLHLS/Images/ 支持的系统镜像 " + _red "Unable to install corresponding system, please check https://github.com/oneclickvirt/kvm_images/ for supported system images " + _red "无法安装对应系统,请查看 https://github.com/oneclickvirt/kvm_images/ 支持的系统镜像 " exit 1 fi if [ ! -f "$file_path" ]; then # v1.0 基础安装包预安装 # v1.1 增加agent安装包预安装,方便在宿主机上看到虚拟机的进程 check_cdn_file - url="${cdn_success_url}https://github.com/spiritLHLS/Images/releases/download/v1.1/${system}.qcow2" + url="${cdn_success_url}https://github.com/oneclickvirt/kvm_images/releases/download/v1.1/${system}.qcow2" curl -L -o "$file_path" "$url" fi elif [ "$system_arch" = "arch" ]; then