Add zstd to default packages dependencies list

- Add: `zstd` to default packages dependencies list
This commit is contained in:
2026-08-01 11:17:37 +08:00
parent c323512a37
commit 67dc92f3d6
+1 -1
View File
@@ -48,7 +48,7 @@ APT_SOURCES_LIST_D="/etc/apt/sources.list.d"
# List of packages to install, with spaces separated names.
# Example: "tmux git curl htop"
# No package will be installed when this var is empty.
PACKAGES_TO_INSTALL="tmux git curl nano htop nvtop"
PACKAGES_TO_INSTALL="tmux git curl nano htop nvtop zstd"
# SSH public key for authorization.
# Example: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII7hPh6ucD76+bdbf4Tyb0uq0lsDbFYVMLFZqmxc8zjP YourKey"