mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
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
|