aboutsummaryrefslogtreecommitdiff
path: root/src/property/apt.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/apt.lisp')
-rw-r--r--src/property/apt.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index c05a36d..cd0e938 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -81,7 +81,8 @@ Typically used with the ON-CHANGE combinator."
(:apply
(assert-euid-root)
(run
- :input (loop for triple in triples collect #?"${package} @{triple}")
+ :input (unlines
+ (loop for triple in triples collect #?"${package} @{triple}"))
"debconf-set-selections")
(run :env +noninteractive-env+ "dpkg-reconfigure" "-fnone" package)))