diff --git a/autodl-initializer.sh b/autodl-initializer.sh index 635f507..d36255b 100644 --- a/autodl-initializer.sh +++ b/autodl-initializer.sh @@ -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"