From f56bcf05167501adc12eb71d8bbf3dbf620c1866 Mon Sep 17 00:00:00 2001 From: Xiufeng Guo Date: Tue, 13 Feb 2024 23:41:02 +0900 Subject: [PATCH] Add zstd --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 03bbda0..a675206 100644 --- a/debian.sh +++ b/debian.sh @@ -142,7 +142,7 @@ function install_packages() { bash-completion git whois rsyslog \ fail2ban iptables haveged gnupg vnstat lrzsz jq \ unattended-upgrades apt-listchanges \ - htop iftop p7zip-full systemd-timesyncd + htop iftop p7zip-full zstd systemd-timesyncd printf "\E[0;35;40m" echo '### Updating system... ###' printf "\E[0m"