automatically discover sls

This commit is contained in:
illiliti 2020-08-30 01:42:15 +03:00
parent 0d5fc4a2b6
commit f0f3825419
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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.