3 lines
97 B
Bash
3 lines
97 B
Bash
#!/bin/sh
|
|
|
|
rc-update del modemmanager || echo "please remove modemmanager from default runlevel"
|