diff options
| author | pancho horrillo <pancho@pancho.name> | 2020-05-28 21:25:19 +0200 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-02-21 15:47:43 +0530 |
| commit | 2e70703988dc149a1ae723e1a0bad9127728592f (patch) | |
| tree | 9c9e0c0cca191b26d139c69c8e1149aa3cd0173e /server/autobuild | |
| parent | 34ce9199404f4963bf4c34ab553f60c179cd72c7 (diff) | |
Prevent apt-get from requesting confirmation
Fixes https://github.com/hlissner/doom-emacs/issues/3244
Thanks!
Diffstat (limited to 'server/autobuild')
| -rwxr-xr-x | server/autobuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autobuild b/server/autobuild index 5e8db76..a4d575f 100755 --- a/server/autobuild +++ b/server/autobuild @@ -317,7 +317,7 @@ os_debian() { make pkg-config" PKGCMD=apt-get - PKGARGS=install + PKGARGS="install -y" return 0 } |
