now ssh target does not ask if one wants to install stuff...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-10 04:59:01 +03:00
parent bef70ee5b4
commit 15bd2978e7

View File

@ -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