From 528ce6df7917e236421c812bcc8bb247318f920f Mon Sep 17 00:00:00 2001 From: Sadoon Albader Date: Sat, 19 Aug 2023 14:24:13 +0300 Subject: [PATCH] add -y to apt install to require no user input --- install-sbuild-apt-reqs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-sbuild-apt-reqs b/install-sbuild-apt-reqs index 91d3ecc..95c4abc 100755 --- a/install-sbuild-apt-reqs +++ b/install-sbuild-apt-reqs @@ -17,7 +17,7 @@ apt-get update -y # They setup sbuild with their recommended options, please do # not deviate unless you know what you're doing! -apt-get install sbuild schroot debootstrap apt-cacher-ng devscripts piuparts +apt-get install -y sbuild schroot debootstrap apt-cacher-ng devscripts piuparts tee /home/$SUDO_USER/.sbuildrc << EOF ############################################################################## # PACKAGE BUILD RELATED (additionally produce _source.changes) -- 2.30.2