mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/sh
|
|
# 安装后执行的脚本
|
|
/etc/init.d/linker enable
|
|
/etc/init.d/linker start
|
|
echo "linker installed successfully!"
|
|
exit 0
|