Force response "yes" in apt-get install

Without this fix, the installation will get stuck while waiting a user
response, what makes the apt-get method dysfunctional.
This commit is contained in:
Rafael Laboissière 2020-09-03 21:57:55 +02:00
parent be18ea515b
commit 9a2eae23ee

View File

@ -144,7 +144,7 @@ The installation status is retrieved from the system, not el-get."
:buffer-name ,name
:process-filter ,(function el-get-sudo-password-process-filter)
:program ,(el-get-executable-find "sudo")
:args ("-S" ,el-get-apt-get "install" ,pkgname)
:args ("-S" ,el-get-apt-get "install" "-y" ,pkgname)
:message ,ok
:error ,ko
:sync t))