aboutsummaryrefslogtreecommitdiff
path: root/src/property/apt.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-23 13:44:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-23 13:44:44 -0700
commitfc189e9a577d6a940ac8eefaae5913dd67a95953 (patch)
tree2919a69139fce13ced71c3642724651aeba02a72 /src/property/apt.lisp
parent3019bfea87ab6df33845f3bf7f7df03a33a5970d (diff)
downloadconsfigurator-fc189e9a577d6a940ac8eefaae5913dd67a95953.tar.gz
rename ASSERT-EUID-ROOT -> ASSERT-REMOTE-EUID-ROOT
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/apt.lisp')
-rw-r--r--src/property/apt.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index d1bf892..4aded1d 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -107,7 +107,7 @@ Typically used with the ON-CHANGE combinator."
(declare (ignore package triples))
(os:required 'os:debianlike))
(:apply
- (assert-euid-root)
+ (assert-remote-euid-root)
(run
:input (unlines
(loop for triple in triples collect #?"${package} @{triple}"))