From 2af31257e60d3aca2114a4eb07259dbc869830c6 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 16:23:23 +0100 Subject: [PATCH] Fixed a bug in package manager waiting for confirmation --- systems/attacker1/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/attacker1/bootstrap.sh b/systems/attacker1/bootstrap.sh index e14904e..105d665 100755 --- a/systems/attacker1/bootstrap.sh +++ b/systems/attacker1/bootstrap.sh @@ -7,6 +7,9 @@ echo "Bootstrapping attacker1" +# Switching potential for the package configuration question "Restart services during package upgrades without asking?" +echo '* libraries/restart-without-asking boolean true' | sudo debconf-set-selections + # Update system apt update cd ~