From: Sadoon Albader Date: Sat, 19 Aug 2023 11:24:13 +0000 (+0300) Subject: add -y to apt install to require no user input X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=528ce6df7917e236421c812bcc8bb247318f920f;p=dev-env-setup.git add -y to apt install to require no user input --- 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)