From f0f38254197351f1341628b89ebc37d47ba0e9fe Mon Sep 17 00:00:00 2001 From: illiliti Date: Sun, 30 Aug 2020 01:42:15 +0300 Subject: [PATCH] automatically discover sls --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index b0fa33b..000d5ec 100755 --- a/kiss +++ b/kiss @@ -1565,7 +1565,7 @@ main() { # Figure out which 'sudo' command to use based on the user's choice or what # is available on the system. - su=${KISS_SU:-$(command -v sudo || command -v doas)} || su=su + su=${KISS_SU:-$(command -v sudo || command -v doas || command -v sls)} || su=su # Store the date and time of script invocation to be used as the name of # the log files the package manager creates uring builds.