mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
automatically discover sls
This commit is contained in:
parent
0d5fc4a2b6
commit
f0f3825419
2
kiss
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user