4 lines
55 B
Bash
4 lines
55 B
Bash
#!/bin/sh
|
|
|
|
# Enable hkdm
|
|
rc-update -q add hkdm default
|