From e17c8c00002e19547cc061d9ed662fe20c0e4e74 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 02:16:02 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/install.sh b/bin/install.sh index af6c023..eb3057e 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -40,6 +40,7 @@ deb https://mirrors.cernet.edu.cn/debian-security bullseye-security main contrib EOF sudo apt-get update sudo apt-get install -y git +sudo apt-get install -y raspi-config sudo apt-get install -y netcat* sudo apt-get install -y python3-dev sudo apt-get install -y python3-pip @@ -84,6 +85,7 @@ deb https://mirrors.cernet.edu.cn/debian-security bookworm-security main contrib EOF sudo apt-get update sudo apt-get install -y git +sudo apt-get install -y raspi-config sudo apt-get install -y netcat* sudo apt-get install -y python3-dev sudo apt-get install -y python3-pip