From 5730a82b67358298087e800cc5788d506aff14ee Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 12 Apr 2021 01:50:19 +0200 Subject: [PATCH] added vim and htop to toolset var --- zamba.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zamba.conf b/zamba.conf index d0ba747..e1cd167 100644 --- a/zamba.conf +++ b/zamba.conf @@ -61,7 +61,7 @@ LXC_PWD="S3cr3tp@ssw0rd" LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx" # Define some optional packages to install (your favourite tools on linux systems) -LXC_TOOLSET="net-tools dnsutils mc sysstat lsb-release curl git" +LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git" # Define system timezone on LXC container LXC_TIMEZONE="Europe/Berlin"