Update debian.sh

This commit is contained in:
Xiufeng Guo 2024-09-28 03:16:07 +09:00
parent 80b1f95a72
commit 94719774ae
Signed by: showfom
GPG Key ID: 29A7777777777777

View File

@ -3,7 +3,7 @@
# Function :Initial Server Setup for Debian Server # # Function :Initial Server Setup for Debian Server #
# Platform :Debian 11.x Bullseye and 12.x Bookworm # # Platform :Debian 11.x Bullseye and 12.x Bookworm #
# Version :1.6 # # Version :1.6 #
# Date :04-07-2024 # # Date :28-09-2024 #
# Author :Xiufeng Guo # # Author :Xiufeng Guo #
# Contact :i@m.ac # # Contact :i@m.ac #
# Company :Show Corporation # # Company :Show Corporation #
@ -128,7 +128,7 @@ function install_packages() {
fail2ban iptables haveged gnupg vnstat lrzsz jq \ fail2ban iptables haveged gnupg vnstat lrzsz jq \
unattended-upgrades apt-listchanges \ unattended-upgrades apt-listchanges \
htop iftop p7zip-full zstd systemd-timesyncd \ htop iftop p7zip-full zstd systemd-timesyncd \
bat python3-systemd bat python3-systemd byobu screen
printf "\E[0;35;40m" printf "\E[0;35;40m"
echo '### Updating system... ###' echo '### Updating system... ###'
printf "\E[0m" printf "\E[0m"