mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
260977b924
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
update-rc.d rttys remove
|
|
|
|
cp ../../../../bin/rttys /usr/sbin/
|
|
cp rttys.init /etc/init.d/rttys
|
|
update-rc.d rttys defaults
|