6 lines
60 B
Text
6 lines
60 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rc-update add postmarketos-ondev default
|
||
|
|
||
|
exit 0
|