From 15bd2978e7119098c04b1e0c9ce4d3151ee8a499 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 10 Jan 2024 04:59:01 +0300 Subject: [PATCH] now ssh target does not ask if one wants to install stuff... Signed-off-by: Alex A. Naanou --- ssh/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/make.sh b/ssh/make.sh index 7b063e2..fa5eb16 100755 --- a/ssh/make.sh +++ b/ssh/make.sh @@ -65,7 +65,7 @@ echo "# Creating CT..." pctCreateDebian $ID "${OPTS_STAGE_1}" "$PASS" echo "# Installing dependencies..." -@ lxc-attach $ID apt install vim htop iftop iotop tmux mc sudo +@ lxc-attach $ID -- bash -c 'yes | apt install vim htop iftop iotop tmux mc sudo' echo "# Setup: users..." while true ; do