Skip to content

Instantly share code, notes, and snippets.

@zarino
Created January 26, 2014 13:03
Show Gist options
  • Save zarino/8632360 to your computer and use it in GitHub Desktop.
Save zarino/8632360 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Optware setup
[ -x /etc/rc.optware ] && /etc/rc.optware start
@zarino
Copy link
Author

zarino commented Jan 26, 2014

From https://github.com/trepmag/ds213j-optware-bootstrap

Install it on your Synology NAS by running:

cd /etc
wget --no-check-certificate https://gist.github.com/zarino/8632360/raw/6f54c3573e22d07cf7fc68e2fcef4a50623fdff2/rc.local
chmod 755 rc.local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment