From ba62ccd0171d6e57048eec5aad2d544e62f6f401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:29:38 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index c1215af..16c00aa 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -176,7 +176,7 @@ if [ -f /etc/debian_version ]; then update_sources_list "bullseye" install_packages install_pip_packages - download_and_execute + #download_and_execute clone_and_execute ;; 12) @@ -184,7 +184,7 @@ if [ -f /etc/debian_version ]; then update_sources_list "bookworm" install_packages install_pip_packages - download_and_execute + #download_and_execute clone_and_execute ;; *)