Fixed a bug in package manager waiting for confirmation

pull/17/head
Thorsten Sick 3 years ago
parent b9d0e41cd0
commit 2af31257e6

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

Loading…
Cancel
Save