From 94719774aeaee7d500db103806e0bdf0cac36348 Mon Sep 17 00:00:00 2001 From: Xiufeng Guo Date: Sat, 28 Sep 2024 03:16:07 +0900 Subject: [PATCH] Update debian.sh --- debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.sh b/debian.sh index d4b7a83..e4d62c9 100644 --- a/debian.sh +++ b/debian.sh @@ -3,7 +3,7 @@ # Function :Initial Server Setup for Debian Server # # Platform :Debian 11.x Bullseye and 12.x Bookworm # # Version :1.6 # -# Date :04-07-2024 # +# Date :28-09-2024 # # Author :Xiufeng Guo # # Contact :i@m.ac # # Company :Show Corporation # @@ -128,7 +128,7 @@ function install_packages() { fail2ban iptables haveged gnupg vnstat lrzsz jq \ unattended-upgrades apt-listchanges \ htop iftop p7zip-full zstd systemd-timesyncd \ - bat python3-systemd + bat python3-systemd byobu screen printf "\E[0;35;40m" echo '### Updating system... ###' printf "\E[0m"