mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-21 18:13:23 +00: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
|