Add binary symbolic link to /usr/bin/resin

This commit is contained in:
Juan Cruz Viotti 2015-02-27 13:50:33 -04:00
parent d665092b79
commit ef641fb9c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
# Add binary symbolic link to /usr/local/bin
ln -s /opt/resin.io/cli/bin/resin /usr/local/bin/resin
# Add binary symbolic link
ln -s /opt/resin.io/cli/bin/resin /usr/bin/resin

View File

@ -4,4 +4,4 @@
rm -rf /opt/resin.io/cli
# Remove previous symbolic link
rm -f /usr/local/bin/resin
rm -f /usr/bin/resin