From 5399aca0d3f503d4e542846506830d369ad8a0e6 Mon Sep 17 00:00:00 2001 From: Cookie987 Date: Wed, 12 Mar 2025 22:46:00 +0800 Subject: [PATCH] Update and rename 1key_install_linux.sh to run.sh --- 1key_install_linux.sh => run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename 1key_install_linux.sh => run.sh (97%) diff --git a/1key_install_linux.sh b/run.sh similarity index 97% rename from 1key_install_linux.sh rename to run.sh index dd990371..c616edcf 100644 --- a/1key_install_linux.sh +++ b/run.sh @@ -5,7 +5,7 @@ # 请小心使用任何一键脚本! # 如无法访问GitHub请修改此处镜像地址 -GITHUB_REPO="https://ghfast.top/https://github.com/SengokuCola/MaiMBot.git" +GITHUB_REPO="https://github.com/SengokuCola/MaiMBot.git" # 颜色输出 GREEN="\e[32m" @@ -119,7 +119,7 @@ confirm_install() { confirm_message+="🛠️ 添加 Maimbot 作为系统服务 ($SERVICE_NAME.service)\n" - confitm_message+="\n\n注意:本脚本使用GitHub,如无法访问请手动修改仓库地址。" + confirm_message+="\n\n注意:本脚本使用GitHub,如无法访问请手动修改仓库地址。" whiptail --title "🔧 安装确认" --yesno "$confirm_message\n\n是否继续安装?" 15 60 if [[ $? -ne 0 ]]; then whiptail --title "🚫 取消安装" --msgbox "安装已取消。" 10 60