Update kvm.sh

This commit is contained in:
wukongdaily 2024-09-19 11:12:39 +08:00 committed by GitHub
parent 717ac2013d
commit 2d7777f070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ uninstall_1panel() {
# 更新自己
update_scripts() {
wget -O kvm.sh https://cafe.cpolar.cn/wkdaily/e20c/raw/branch/main/e20c/e20c/kvm.sh && chmod +x kvm.sh
wget -O kvm.sh https://cafe.cpolar.cn/wkdaily/e20c/raw/branch/master/e20c/kvm.sh && chmod +x kvm.sh
echo "脚本已更新并保存在当前目录 kvm.sh,现在将执行新脚本。"
./kvm.sh
exit 0