forked from ungleich-public/cdist
Adding suuport for OS Devuan
This commit is contained in:
parent
b12df5f125
commit
1882040a25
21 changed files with 29 additions and 21 deletions
|
|
@ -23,7 +23,7 @@
|
|||
os=$(cat "$__global/explorer/os")
|
||||
|
||||
case "$os" in
|
||||
ubuntu|debian|archlinux)
|
||||
ubuntu|debian|archlinux|devuan)
|
||||
__package autofs --state present
|
||||
__start_on_boot autofs --state present
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ not_supported() {
|
|||
}
|
||||
|
||||
case "$os" in
|
||||
ubuntu|debian|archlinux)
|
||||
ubuntu|debian|archlinux|devuan)
|
||||
echo "pkill -HUP automount"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue