mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-19 00:55:18 +00:00
ca5ae290a9
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
|
|
update-rc.d rttys remove
|
|
|
|
which rttys > /dev/null && rm `which rttys`
|
|
cp ../../../../bin/rttys /usr/local/sbin/
|
|
cp rttys.init /etc/init.d/rttys
|
|
update-rc.d rttys defaults
|