8 | | apt-get install build-essential autoconf automake asciidoc |
| 9 | cd /etc && ln -sf /usr/share/zoneinfo/Asia/Shanghai localtime |
| 10 | echo "deb http://ftp.cn.debian.org/debian/ bullseye main contrib non-free" >> /etc/apt/sources.list |
| 11 | echo "deb-src http://ftp.cn.debian.org/debian/ bullseye main contrib non-free" >> /etc/apt/sources.list |
| 12 | echo "" >> /etc/apt/sources.list |
| 13 | echo "deb http://ftp.cn.debian.org/debian/ bullseye-updates main contrib non-free" >> /etc/apt/sources.list |
| 14 | echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-updates main contrib non-free" >> /etc/apt/sources.list |
| 15 | echo "" >> /etc/apt/sources.list |
| 16 | echo "deb http://ftp.cn.debian.org/debian/ bullseye-backports main contrib non-free" >> /etc/apt/sources.list |
| 17 | echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-backports main contrib non-free" >> /etc/apt/sources.list |
| 18 | echo "" >> /etc/apt/sources.list |
| 19 | echo "deb http://ftp.cn.debian.org/debian-security/ bullseye-security main contrib non-free" >> /etc/apt/sources.list |
| 20 | echo "deb-src http://ftp.cn.debian.org/debian-security/ bullseye-security main contrib non-free" >> /etc/apt/sources.list |
| 21 | echo "" >> /etc/apt/sources.list |
| 22 | apt update |
| 23 | apt install -y vim dnsutils iperf nmap tcpdump |
| 24 | echo "set paste" >> /etc/vim/vimrc.local |