apernet / tcp-brutal

GNU General Public License v3.0
654 stars 70 forks source link

安装时发生的问题 #24

Closed jzliming closed 2 months ago

jzliming commented 2 months ago

bash <(curl -fsSL https://tcp.hy2.sh/) 用这个脚本,按装的时候,出现错误 屏幕截图 2024-08-12 090304 Linux version 6.1.0-9-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08)

haruue commented 2 months ago

镜像太老导致的, 和 #17 是同样的问题。

考虑到还有个 ssh 的洞, 建议直接升级系统

apt update
apt upgrade -y
reboot