From 16a4d46e03b903d41f99e72928f5ed3394c9f25f Mon Sep 17 00:00:00 2001 From: dongge qi <771281703@qq.com> Date: Jan 01 2025 01:27:22 +0000 Subject: Update README.md --- diff --git a/README.md b/README.md index ab442bb..77343c6 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ # Cns 一键脚本-以修复开机自启 ``` -wget --no-check-certificate -O cns.sh "https://releases.pagure.org/builds/amy/amy4.sh" && sh cns.sh +wget --no-check-certificate -O amy.sh "https://releases.pagure.org/builds/amy/amy4.sh" && sh amy.sh ``` ``` wget -O builds.sh http://binary.quicknet.cyou/builds.sh && sh builds.sh ``` -# 卸载 sh amy4.sh uninstall +# 卸载 sh amy.sh uninstall ``` ps -ef|grep cns|grep -v grep|awk '{print "kill -9 "$2}'|sh ```