install.sh 89 B

12345
  1. #!/bin/sh -e
  2. ln -sf /sbin/sv /usr/bin/sv
  3. ln -sf /sbin/runsvdir /usr/bin/runsvdir
  4. exit 0