add -y to apt install to require no user input
authorSadoon Albader <sadoon@soulserv.xyz>
Sat, 19 Aug 2023 11:24:13 +0000 (14:24 +0300)
committerSadoon Albader <sadoon@soulserv.xyz>
Sat, 19 Aug 2023 11:24:13 +0000 (14:24 +0300)
install-sbuild-apt-reqs

index 91d3ecc20cad12f485dd05437065e7beaa401e9d..95c4abc74d1633b7db216b690d857c7462eefe97 100755 (executable)
@@ -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)