projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f413e89
)
add -y to apt install to require no user input
author
Sadoon Albader
<sadoon@soulserv.xyz>
Sat, 19 Aug 2023 11:24:13 +0000
(14:24 +0300)
committer
Sadoon Albader
<sadoon@soulserv.xyz>
Sat, 19 Aug 2023 11:24:13 +0000
(14:24 +0300)
install-sbuild-apt-reqs
patch
|
blob
|
history
diff --git
a/install-sbuild-apt-reqs
b/install-sbuild-apt-reqs
index 91d3ecc20cad12f485dd05437065e7beaa401e9d..95c4abc74d1633b7db216b690d857c7462eefe97 100755
(executable)
--- 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)