From 799956e684fd91d7b780d36530496f150764452e Mon Sep 17 00:00:00 2001 From: NaN03 <73582053+hatrd@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=20py=20=E6=96=87=E4=BB=B6=E5=8F=AF?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d3b7eb..6c503a5 100644 --- a/install.sh +++ b/install.sh @@ -84,7 +84,7 @@ install_skill() { if [ -f "$dest_dir/.git" ]; then rm "$dest_dir/.git" fi - + find "$dest_dir" -type f -name "*.py" -exec chmod +x {} \; echo -e "${GREEN} ✓ Installed${NC}" }