Update install.sh

This commit is contained in:
星光-k
2025-01-09 23:29:38 +08:00
committed by GitHub
parent 4679106b72
commit ba62ccd017

View File

@@ -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
;;
*)