From 572b71e0daa7f266998e6839ff9e583eef2a03b7 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 19 Aug 2021 16:09:04 +0200 Subject: [PATCH] running apt update non-interactive --- build_sdcard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 6decb7680..aee7c7c03 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -221,7 +221,7 @@ else fi echo "*** Install & Enable Tor ***" -sudo apt update +sudo apt update -y sudo apt install tor tor-arm torsocks -y echo ""